0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2285

Problem:    Generated files are outdated.
Solution:   Generate the files.  Avoid errors when generating prototypes.
This commit is contained in:
Bram Moolenaar
2016-08-28 18:10:45 +02:00
parent f4145d8e99
commit d90b6c02e2
11 changed files with 47 additions and 13 deletions

View File

@@ -398,14 +398,15 @@ lua_link_init(char *libname, int verbose)
}
return OK;
}
#endif /* DYNAMIC_LUA */
#if defined(DYNAMIC_LUA) || defined(PROTO)
int
lua_enabled(int verbose)
{
return lua_link_init((char *)p_luadll, verbose) == OK;
}
#endif /* DYNAMIC_LUA */
#endif
#if LUA_VERSION_NUM > 501
static int