diff options
-rw-r--r-- | lua.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.136 2005/03/21 18:12:07 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.137 2005/03/22 16:55:35 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 | */ |
@@ -18,15 +18,6 @@ | |||
18 | #include "lualib.h" | 18 | #include "lualib.h" |
19 | 19 | ||
20 | 20 | ||
21 | /* | ||
22 | ** generic extra include file | ||
23 | */ | ||
24 | #ifdef LUA_USERCONFIG | ||
25 | #include LUA_USERCONFIG | ||
26 | #endif | ||
27 | |||
28 | |||
29 | |||
30 | 21 | ||
31 | static lua_State *globalL = NULL; | 22 | static lua_State *globalL = NULL; |
32 | 23 | ||