summaryrefslogtreecommitdiff
path: root/src/lua51/luac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua51/luac.c')
-rw-r--r--src/lua51/luac.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lua51/luac.c b/src/lua51/luac.c
index d070173..08bb8de 100644
--- a/src/lua51/luac.c
+++ b/src/lua51/luac.c
@@ -1,3 +1,5 @@
+#ifdef COMPILE_LUAC
+
/*
** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $
** Lua compiler (saves bytecodes to files; also list bytecodes)
@@ -198,3 +200,6 @@ int main(int argc, char* argv[])
lua_close(L);
return EXIT_SUCCESS;
}
+
+
+#endif \ No newline at end of file