aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-07-09 15:49:13 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-07-09 15:49:13 -0300
commita885b826b31eb77015a1d9a20d7f8594a4c2b51b (patch)
tree4c080043ff6bda1db3dda3df7bb9faebb75fe17c /lualib.h
parenta960e62c3e0eb03469947d054e6b89b8f39631a3 (diff)
downloadlua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.tar.gz
lua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.tar.bz2
lua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.zip
LUA_ALERT is no longer used
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lualib.h b/lualib.h
index 23c0298b..1bb25c00 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.23 2002/06/05 17:24:04 roberto Exp roberto $ 2** $Id: lualib.h,v 1.24 2002/06/18 17:42:52 roberto Exp roberto $
3** Lua standard libraries 3** Lua standard libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,8 +16,6 @@
16#endif 16#endif
17 17
18 18
19#define LUA_ALERT "_ALERT"
20
21#define LUA_COLIBNAME "coroutine" 19#define LUA_COLIBNAME "coroutine"
22LUALIB_API int lua_baselibopen (lua_State *L); 20LUALIB_API int lua_baselibopen (lua_State *L);
23 21