diff options
Diffstat (limited to '')
-rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.6 1997/12/01 20:31:25 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.7 1997/12/03 19:57:54 roberto Exp roberto $ |
3 | ** Lua stand-alone interpreter | 3 | ** Lua stand-alone interpreter |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -100,7 +100,7 @@ int main (int argc, char *argv[]) | |||
100 | } | 100 | } |
101 | } | 101 | } |
102 | } | 102 | } |
103 | #if DEBUG | 103 | #ifdef DEBUG |
104 | lua_close(); | 104 | lua_close(); |
105 | #endif | 105 | #endif |
106 | return 0; | 106 | return 0; |