We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e65423 commit fb489afCopy full SHA for fb489af
2 files changed
src/structs.h
@@ -1374,6 +1374,7 @@ struct type_S {
1374
#define TTFLAG_VARARGS 1 // func args ends with "..."
1375
#define TTFLAG_OPTARG 2 // func arg type with "?"
1376
#define TTFLAG_BOOL_OK 4 // can be converted to bool
1377
+#define TTFLAG_STATIC 8 // one of the static types, e.g. t_any
1378
1379
/*
1380
* Structure to hold an internal variable without a name.
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1692,
755
/**/
756
1691,
757
0 commit comments