diff options
Diffstat (limited to 'lua.c')
| -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.43 2000/08/04 19:38:35 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.44 2000/08/09 19:16:57 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 | */ |
| @@ -53,7 +53,7 @@ static lua_Hook old_callhook = NULL; | |||
| 53 | extern void USERINIT (void); | 53 | extern void USERINIT (void); |
| 54 | #else | 54 | #else |
| 55 | #define USERINIT userinit | 55 | #define USERINIT userinit |
| 56 | void userinit (void) { | 56 | static void userinit (void) { |
| 57 | lua_iolibopen(); | 57 | lua_iolibopen(); |
| 58 | lua_strlibopen(); | 58 | lua_strlibopen(); |
| 59 | lua_mathlibopen(); | 59 | lua_mathlibopen(); |
