forked from aniani/vim
patch 7.4.2285
Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef PROTO
|
||||
/* avoid syntax error for defining Thread_Local_Variables. */
|
||||
# define __thread /* empty */
|
||||
#endif
|
||||
|
||||
/* #ifdef needed for "make depend" */
|
||||
#ifdef FEAT_MZSCHEME
|
||||
# include <schvers.h>
|
||||
|
Reference in New Issue
Block a user