diff options
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.66 2001/03/26 14:31:49 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.67 2001/06/06 18:00:19 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 | */ |
@@ -35,10 +35,6 @@ static int isatty (int x) { return x==0; } /* assume stdin is a tty */ | |||
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | 37 | ||
38 | #ifndef LUA_USERFINI | ||
39 | #define LUA_USERFINI | ||
40 | #endif | ||
41 | |||
42 | 38 | ||
43 | /* | 39 | /* |
44 | ** global options | 40 | ** global options |