mirror of https://github.com/rusefi/lua.git
LUA_ALERT is no longer used
This commit is contained in:
parent
a960e62c3e
commit
a885b826b3
4
lualib.h
4
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
|
** Lua standard libraries
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -16,8 +16,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define LUA_ALERT "_ALERT"
|
|
||||||
|
|
||||||
#define LUA_COLIBNAME "coroutine"
|
#define LUA_COLIBNAME "coroutine"
|
||||||
LUALIB_API int lua_baselibopen (lua_State *L);
|
LUALIB_API int lua_baselibopen (lua_State *L);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue