diff options
author | Lua Team <team@lua.org> | 2005-05-20 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2005-05-20 12:00:00 +0000 |
commit | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (patch) | |
tree | d714ef8ac5581536c0f8bb2c8e90e2b8207799b1 /etc/all.c | |
parent | e6ddfd3b09c0a3727afc773029c323a3defe50fa (diff) | |
download | lua-github-bf6b5550cdfbc0c4a3a4577776ad76628d80718e.tar.gz |
Lua 5.1-work65.1-work6
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" |