summaryrefslogtreecommitdiff
path: root/src/lua51/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua51/lua.c')
-rw-r--r--src/lua51/lua.c6
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