diff options
Diffstat (limited to '')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.125 2002/03/27 15:30:41 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.126 2002/04/05 18:54:31 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: info@lua.org | 5 | ** e-mail: info@lua.org |
| @@ -100,6 +100,8 @@ LUA_API void lua_close (lua_State *L); | |||
| 100 | LUA_API lua_State *lua_newthread (lua_State *L); | 100 | LUA_API lua_State *lua_newthread (lua_State *L); |
| 101 | LUA_API void lua_closethread (lua_State *L, lua_State *thread); | 101 | LUA_API void lua_closethread (lua_State *L, lua_State *thread); |
| 102 | 102 | ||
| 103 | LUA_API lua_CFunction lua_setpanicf (lua_State *L, lua_CFunction panicf); | ||
| 104 | |||
| 103 | 105 | ||
| 104 | /* | 106 | /* |
| 105 | ** basic stack manipulation | 107 | ** basic stack manipulation |
