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 0588d4f commit acadbeaCopy full SHA for acadbea
2 files changed
src/structs.h
@@ -1380,6 +1380,16 @@ typedef struct
1380
dictitem_T *fd_di; /* Dictionary item used */
1381
} funcdict_T;
1382
1383
+#else
1384
+/* dummy typedefs for function prototypes */
1385
+typedef struct
1386
+{
1387
+ int dummy;
1388
+} ufunc_T;
1389
1390
1391
1392
+} funcdict_T;
1393
#endif
1394
1395
struct partial_S
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2140,
768
/**/
769
2139,
770
0 commit comments