diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-07-09 15:49:13 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-07-09 15:49:13 -0300 |
| commit | a885b826b31eb77015a1d9a20d7f8594a4c2b51b (patch) | |
| tree | 4c080043ff6bda1db3dda3df7bb9faebb75fe17c | |
| parent | a960e62c3e0eb03469947d054e6b89b8f39631a3 (diff) | |
| download | lua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.tar.gz lua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.tar.bz2 lua-a885b826b31eb77015a1d9a20d7f8594a4c2b51b.zip | |
LUA_ALERT is no longer used
| -rw-r--r-- | lualib.h | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -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" |
| 22 | LUALIB_API int lua_baselibopen (lua_State *L); | 20 | LUALIB_API int lua_baselibopen (lua_State *L); |
| 23 | 21 | ||
