From 55c3bc2bcba70bceb6ec80ae46f8249dc4026c60 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 12 Sep 2000 10:46:59 -0300 Subject: _ALERT is used (and assumed) only by the libs --- lualib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 463951ab..30dcda34 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.10 2000/08/09 19:16:57 roberto Exp roberto $ +** $Id: lualib.h,v 1.11 2000/09/05 19:33:32 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -10,6 +10,9 @@ #include "lua.h" + +#define LUA_ALERT "_ALERT" + void lua_baselibopen (lua_State *L); void lua_iolibopen (lua_State *L); void lua_strlibopen (lua_State *L); -- cgit v1.2.3-55-g6feb