diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-16 01:28:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-16 01:28:04 +0200 |
commit | 59000174aa50ed6b2d24a71576d15e6a53c5be0c (patch) | |
tree | 38e0a7623f1b83c4dabb1fddfc49014e623f6456 /src/lib/lua/luaconf.h | |
parent | 32407e728971006ed3d0885e01c22fb66c8adc57 (diff) | |
download | kogata-59000174aa50ed6b2d24a71576d15e6a53c5be0c.tar.gz kogata-59000174aa50ed6b2d24a71576d15e6a53c5be0c.zip |
Add stubs for many libc functions, and a few implemenations too
Diffstat (limited to 'src/lib/lua/luaconf.h')
-rw-r--r-- | src/lib/lua/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/lua/luaconf.h b/src/lib/lua/luaconf.h index fb6fe9c..c6592fb 100644 --- a/src/lib/lua/luaconf.h +++ b/src/lib/lua/luaconf.h @@ -39,7 +39,7 @@ ** ensure that all software connected to Lua will be compiled with the ** same configuration. */ -#define LUA_32BITS +// #define LUA_32BITS /* |