LUA_ALERT is no longer used

This commit is contained in:
Roberto Ierusalimschy 2002-07-09 15:49:13 -03:00
parent a960e62c3e
commit a885b826b3

View File

@ -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);