1
0
forked from aniani/vim

patch 7.4.2140

Problem:    Tiny build fails.
Solution:   Add dummy typedefs.
This commit is contained in:
Bram Moolenaar
2016-08-01 16:35:59 +02:00
parent 0588d4f9d2
commit acadbeabe1
2 changed files with 12 additions and 0 deletions

View File

@@ -1380,6 +1380,16 @@ typedef struct
dictitem_T *fd_di; /* Dictionary item used */
} funcdict_T;
#else
/* dummy typedefs for function prototypes */
typedef struct
{
int dummy;
} ufunc_T;
typedef struct
{
int dummy;
} funcdict_T;
#endif
struct partial_S