diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.10 2000/08/09 19:16:57 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.11 2000/09/05 19:33:32 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,6 +10,9 @@ | |||
10 | 10 | ||
11 | #include "lua.h" | 11 | #include "lua.h" |
12 | 12 | ||
13 | |||
14 | #define LUA_ALERT "_ALERT" | ||
15 | |||
13 | void lua_baselibopen (lua_State *L); | 16 | void lua_baselibopen (lua_State *L); |
14 | void lua_iolibopen (lua_State *L); | 17 | void lua_iolibopen (lua_State *L); |
15 | void lua_strlibopen (lua_State *L); | 18 | void lua_strlibopen (lua_State *L); |