From 63cb4fbbb961da133c68865845eaf22d9b876700 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 27 Sep 2020 20:31:53 +0800 Subject: *misc --- src/lua51/lua.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lua51/lua.c') 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 -- cgit v1.1-26-g67d0