diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-14 14:45:59 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-14 14:45:59 -0300 |
| commit | d1ffd1a1c5639d6ad84b695d3c6dae9e37830a0b (patch) | |
| tree | 316783459a8fdc85cddf7920560f6cddf4514cab /lua.c | |
| parent | 9e84bf18db779bea66947c1ca08db9bf8dc593c8 (diff) | |
| download | lua-d1ffd1a1c5639d6ad84b695d3c6dae9e37830a0b.tar.gz lua-d1ffd1a1c5639d6ad84b695d3c6dae9e37830a0b.tar.bz2 lua-d1ffd1a1c5639d6ad84b695d3c6dae9e37830a0b.zip | |
details
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(); |
