]> granicus.if.org Git - vim/commitdiff
patch 9.0.1033: tiny build fails because of conflicting typedef v9.0.1033
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 16:10:01 +0000 (16:10 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 16:10:01 +0000 (16:10 +0000)
Problem:    Tiny build fails because of conflicting typedef.
Solution:   Remove one typedef.

src/structs.h
src/version.c

index f7ae16b758df94843691092785088ec93235dcb6..0fb57f46dfbb9b83959a9ba258a00d92ec116698 100644 (file)
@@ -2077,10 +2077,10 @@ typedef struct
 # endif
 #else
 // dummy typedefs for use in function prototypes
-typedef struct
+struct ufunc_S
 {
     int            dummy;
-} ufunc_T;
+};
 typedef struct
 {
     int            dummy;
index a209733af71eccfdff2f145c35fc55f2e40a7784..fa65352086b2c18e9be376a9d3841cbd0622f717 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1033,
 /**/
     1032,
 /**/