From a885b826b31eb77015a1d9a20d7f8594a4c2b51b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Jul 2002 15:49:13 -0300 Subject: LUA_ALERT is no longer used --- lualib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lualib.h') 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); -- cgit v1.2.3-55-g6feb