diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-09 11:50:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-09 11:50:16 -0300 |
commit | 44b71ca81696dbec561c0172d1b81533f1c2153e (patch) | |
tree | 1394282cedc0766c214d6a15d0e3503ab4684a1d /lua.h | |
parent | bad6365540ad9e17e51137a6797ff196d6b8d2a1 (diff) | |
download | lua-44b71ca81696dbec561c0172d1b81533f1c2153e.tar.gz lua-44b71ca81696dbec561c0172d1b81533f1c2153e.tar.bz2 lua-44b71ca81696dbec561c0172d1b81533f1c2153e.zip |
defines for _ERRORMESSAGE and _ALERT
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.49 2000/05/08 19:32:53 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.50 2000/05/08 19:37:10 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
@@ -16,6 +16,10 @@ | |||
16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
17 | 17 | ||
18 | 18 | ||
19 | #define LUA_ALERT "_ALERT" | ||
20 | #define LUA_ERRORMESSAGE "_ERRORMESSAGE" | ||
21 | |||
22 | |||
19 | #define LUA_NOREF (-2) | 23 | #define LUA_NOREF (-2) |
20 | #define LUA_REFNIL (-1) | 24 | #define LUA_REFNIL (-1) |
21 | 25 | ||