summaryrefslogtreecommitdiff
path: root/etc/all.c
diff options
context:
space:
mode:
Diffstat (limited to 'etc/all.c')
-rw-r--r--etc/all.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/all.c b/etc/all.c
index 720be1b2..dab68fac 100644
--- a/etc/all.c
+++ b/etc/all.c
@@ -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"