diff options
Diffstat (limited to 'lundump.h')
| -rw-r--r-- | lundump.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -30,8 +30,8 @@ | |||
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | /* load one chunk; from lundump.c */ | 32 | /* load one chunk; from lundump.c */ |
| 33 | LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name, | 33 | LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Table *anchor, |
| 34 | int fixed); | 34 | const char* name, int fixed); |
| 35 | 35 | ||
| 36 | /* dump one chunk; from ldump.c */ | 36 | /* dump one chunk; from ldump.c */ |
| 37 | LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, | 37 | LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, |
