aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
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