diff options
Diffstat (limited to 'lfunc.h')
| -rw-r--r-- | lfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -14,7 +14,7 @@ | |||
| 14 | Proto *luaF_newproto (lua_State *L); | 14 | Proto *luaF_newproto (lua_State *L); |
| 15 | Closure *luaF_newCclosure (lua_State *L, int nelems); | 15 | Closure *luaF_newCclosure (lua_State *L, int nelems); |
| 16 | Closure *luaF_newLclosure (lua_State *L, int nelems); | 16 | Closure *luaF_newLclosure (lua_State *L, int nelems); |
| 17 | void luaF_LConlist (lua_State *L, Closure *cl); | 17 | UpVal *luaF_findupval (lua_State *L, StkId level); |
| 18 | void luaF_close (lua_State *L, StkId level); | 18 | void luaF_close (lua_State *L, StkId level); |
| 19 | void luaF_freeproto (lua_State *L, Proto *f); | 19 | void luaF_freeproto (lua_State *L, Proto *f); |
| 20 | void luaF_freeclosure (lua_State *L, Closure *c); | 20 | void luaF_freeclosure (lua_State *L, Closure *c); |
