diff options
Diffstat (limited to 'src/lua51/lua.c')
| -rw-r--r-- | src/lua51/lua.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lua51/lua.c b/src/lua51/lua.c index 3a46609..eaa70a6 100644 --- a/src/lua51/lua.c +++ b/src/lua51/lua.c @@ -1,3 +1,7 @@ +#define COMPILE_LUA_C + +#ifdef COMPILE_LUA_C + /* ** $Id: lua.c,v 1.160.1.2 2007/12/28 15:32:23 roberto Exp $ ** Lua stand-alone interpreter @@ -390,3 +394,5 @@ int main (int argc, char **argv) { return (status || s.status) ? EXIT_FAILURE : EXIT_SUCCESS; } + +#endif
\ No newline at end of file |
