commit a885b826b31eb77015a1d9a20d7f8594a4c2b51b
parent a960e62c3e0eb03469947d054e6b89b8f39631a3
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Tue, 9 Jul 2002 15:48:51 -0300
LUA_ALERT is no longer used
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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);