diff options
Diffstat (limited to 'etc/all.c')
-rw-r--r-- | etc/all.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ * all.c -- Lua core, libraries and interpreter in a single file */ -#define LUA_CORE -#define LUA_LIB -#define lua_c +#define luaall_c #include "lapi.c" #include "lcode.c" |