diff options
Diffstat (limited to 'src/lua51/lua.c')
| -rw-r--r-- | src/lua51/lua.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lua51/lua.c b/src/lua51/lua.c index eaa70a6..9861e60 100644 --- a/src/lua51/lua.c +++ b/src/lua51/lua.c @@ -1,3 +1,5 @@ +#if 0 + #define COMPILE_LUA_C #ifdef COMPILE_LUA_C @@ -395,4 +397,6 @@ int main (int argc, char **argv) { } -#endif
\ No newline at end of file +#endif + +#endif // #if 0
\ No newline at end of file |
