diff options
| author | chai <chaifix@163.com> | 2020-09-27 20:31:53 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-09-27 20:31:53 +0800 |
| commit | 63cb4fbbb961da133c68865845eaf22d9b876700 (patch) | |
| tree | 42be163db598df2cf1c11d329c3e5843db4faa0c /src/lua51/lua.c | |
| parent | 2dfa15a926f06137f2ba6afcce2e3c1d23300100 (diff) | |
*misc
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 |
