diff --git a/lualib.h b/lualib.h index 23c0298b..1bb25c00 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.23 2002/06/05 17:24:04 roberto Exp roberto $ +** $Id: lualib.h,v 1.24 2002/06/18 17:42:52 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -16,8 +16,6 @@ #endif -#define LUA_ALERT "_ALERT" - #define LUA_COLIBNAME "coroutine" LUALIB_API int lua_baselibopen (lua_State *L);