]> granicus.if.org Git - vim/commitdiff
patch 8.2.1692: build fails because TTFLAG_STATIC is missing v8.2.1692
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 13:41:09 +0000 (15:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 13:41:09 +0000 (15:41 +0200)
Problem:    Build fails because TTFLAG_STATIC is missing.
Solution:   Include missing change.

src/structs.h
src/version.c

index 7c3b81e042f7f93a9f2977edb02a52053b1c3a5f..85607fcece0e72af4fb097da59a350aa55174f14 100644 (file)
@@ -1374,6 +1374,7 @@ struct type_S {
 #define TTFLAG_VARARGS 1           // func args ends with "..."
 #define TTFLAG_OPTARG  2           // func arg type with "?"
 #define TTFLAG_BOOL_OK 4           // can be converted to bool
+#define TTFLAG_STATIC  8           // one of the static types, e.g. t_any
 
 /*
  * Structure to hold an internal variable without a name.
index 2154ddd77971c46d9614335404fabd92b6021d48..d1ce8f0400283651846c2054e17f2524dc66e091 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1692,
 /**/
     1691,
 /**/