diff options
Diffstat (limited to '')
| -rw-r--r-- | lua.h | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.88 2001/02/22 17:15:18 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.89 2001/02/23 17:17:25 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 |
| @@ -17,13 +17,13 @@ | |||
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | #define LUA_VERSION "Lua 4.1 (work)" | 20 | #define LUA_VERSION l_s("Lua 4.1 (work)") |
| 21 | #define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio" | 21 | #define LUA_COPYRIGHT l_s("Copyright (C) 1994-2000 TeCGraf, PUC-Rio") |
| 22 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 22 | #define LUA_AUTHORS l_s("W. Celes, R. Ierusalimschy & L. H. de Figueiredo") |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | /* name of global variable with error handler */ | 25 | /* name of global variable with error handler */ |
| 26 | #define LUA_ERRORMESSAGE "_ERRORMESSAGE" | 26 | #define LUA_ERRORMESSAGE l_s("_ERRORMESSAGE") |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | /* pre-defined references */ | 29 | /* pre-defined references */ |
