diff options
Diffstat (limited to '')
| -rw-r--r-- | lbuiltin.h | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lbuiltin.h,v 1.6 2000/03/03 14:58:26 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.h,v 1.7 2000/04/17 19:23:12 roberto Exp roberto $ |
| 3 | ** Built-in functions | 3 | ** Built-in functions |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -20,17 +20,14 @@ void luaB_dostring (lua_State *L); | |||
| 20 | void luaB_error (lua_State *L); | 20 | void luaB_error (lua_State *L); |
| 21 | void luaB_foreach (lua_State *L); | 21 | void luaB_foreach (lua_State *L); |
| 22 | void luaB_foreachi (lua_State *L); | 22 | void luaB_foreachi (lua_State *L); |
| 23 | void luaB_foreachvar (lua_State *L); | ||
| 24 | void luaB_getglobal (lua_State *L); | 23 | void luaB_getglobal (lua_State *L); |
| 25 | void luaB_getn (lua_State *L); | 24 | void luaB_getn (lua_State *L); |
| 26 | void luaB_gettagmethod (lua_State *L); | 25 | void luaB_gettagmethod (lua_State *L); |
| 26 | void luaB_globals (lua_State *L); | ||
| 27 | void luaB_newtag (lua_State *L); | 27 | void luaB_newtag (lua_State *L); |
| 28 | void luaB_next (lua_State *L); | 28 | void luaB_next (lua_State *L); |
| 29 | void luaB_nextvar (lua_State *L); | ||
| 30 | void luaB_print (lua_State *L); | 29 | void luaB_print (lua_State *L); |
| 31 | void luaB_rawgetglobal (lua_State *L); | ||
| 32 | void luaB_rawgettable (lua_State *L); | 30 | void luaB_rawgettable (lua_State *L); |
| 33 | void luaB_rawsetglobal (lua_State *L); | ||
| 34 | void luaB_rawsettable (lua_State *L); | 31 | void luaB_rawsettable (lua_State *L); |
| 35 | void luaB_setglobal (lua_State *L); | 32 | void luaB_setglobal (lua_State *L); |
| 36 | void luaB_settag (lua_State *L); | 33 | void luaB_settag (lua_State *L); |
