diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.23 2002/06/05 17:24:04 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.24 2002/06/18 17:42:52 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 | */ |
@@ -16,8 +16,6 @@ | |||
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | 18 | ||
19 | #define LUA_ALERT "_ALERT" | ||
20 | |||
21 | #define LUA_COLIBNAME "coroutine" | 19 | #define LUA_COLIBNAME "coroutine" |
22 | LUALIB_API int lua_baselibopen (lua_State *L); | 20 | LUALIB_API int lua_baselibopen (lua_State *L); |
23 | 21 | ||