aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.c b/lua.c
index 2d363585..b3b8e6ea 100644
--- a/lua.c
+++ b/lua.c
@@ -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;
53extern void USERINIT (void); 53extern void USERINIT (void);
54#else 54#else
55#define USERINIT userinit 55#define USERINIT userinit
56void userinit (void) { 56static void userinit (void) {
57 lua_iolibopen(); 57 lua_iolibopen();
58 lua_strlibopen(); 58 lua_strlibopen();
59 lua_mathlibopen(); 59 lua_mathlibopen();