get lua version from lua itself

This commit is contained in:
nhmall
2019-11-30 17:23:14 -05:00
parent 4c16417c45
commit 7031b6b504
3 changed files with 29 additions and 2 deletions

View File

@@ -1692,6 +1692,7 @@ E int FDECL(get_table_boolean_opt, (lua_State *, const char *, int));
E int FDECL(get_table_option, (lua_State *, const char *, const char *, const char *const *));
E int FDECL(str_lines_max_width, (const char *));
E char *FDECL(stripdigits, (char *));
E const char *NDECL(get_lua_version);
#endif /* !CROSSCOMPILE || CROSSCOMPILE_TARGET */
/* ### nhregex.c ### */