summaryrefslogtreecommitdiff
path: root/etc/all.c
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2005-05-20 12:00:00 +0000
committerrepogen <>2005-05-20 12:00:00 +0000
commitbf6b5550cdfbc0c4a3a4577776ad76628d80718e (patch)
treed714ef8ac5581536c0f8bb2c8e90e2b8207799b1 /etc/all.c
parente6ddfd3b09c0a3727afc773029c323a3defe50fa (diff)
downloadlua-github-bf6b5550cdfbc0c4a3a4577776ad76628d80718e.tar.gz
Lua 5.1-work65.1-work6
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"