diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-12 10:46:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-12 10:46:59 -0300 |
commit | 55c3bc2bcba70bceb6ec80ae46f8249dc4026c60 (patch) | |
tree | 4a77d88daf06f4db21b1af6c5afb330c9c7f117c /lualib.h | |
parent | 8060193702b21a06af3541555db4cd317c733ce9 (diff) | |
download | lua-55c3bc2bcba70bceb6ec80ae46f8249dc4026c60.tar.gz lua-55c3bc2bcba70bceb6ec80ae46f8249dc4026c60.tar.bz2 lua-55c3bc2bcba70bceb6ec80ae46f8249dc4026c60.zip |
_ALERT is used (and assumed) only by the libs
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.10 2000/08/09 19:16:57 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.11 2000/09/05 19:33:32 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 | */ |
@@ -10,6 +10,9 @@ | |||
10 | 10 | ||
11 | #include "lua.h" | 11 | #include "lua.h" |
12 | 12 | ||
13 | |||
14 | #define LUA_ALERT "_ALERT" | ||
15 | |||
13 | void lua_baselibopen (lua_State *L); | 16 | void lua_baselibopen (lua_State *L); |
14 | void lua_iolibopen (lua_State *L); | 17 | void lua_iolibopen (lua_State *L); |
15 | void lua_strlibopen (lua_State *L); | 18 | void lua_strlibopen (lua_State *L); |