diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-01-27 13:52:57 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-01-27 13:52:57 -0200 |
| commit | 0175f8d5d18d18e2d8a94db9c5be5c40598aebda (patch) | |
| tree | 9b16f0dfa99f038e87cbd053353042581cbcfc6a /lundump.h | |
| parent | e79bf02f33c57523833b5b700d0d5b6e6955a5d7 (diff) | |
| download | lua-0175f8d5d18d18e2d8a94db9c5be5c40598aebda.tar.gz lua-0175f8d5d18d18e2d8a94db9c5be5c40598aebda.tar.bz2 lua-0175f8d5d18d18e2d8a94db9c5be5c40598aebda.zip | |
dump/undump of upvalue names
Diffstat (limited to 'lundump.h')
| -rw-r--r-- | lundump.h | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lundump.h,v 1.28 2002/10/09 13:42:01 roberto Exp roberto $ | 2 | ** $Id: lundump.h,v 1.28 2002/12/13 11:12:35 lhf Exp $ |
| 3 | ** load pre-compiled Lua chunks | 3 | ** load pre-compiled Lua chunks |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -11,13 +11,13 @@ | |||
| 11 | #include "lzio.h" | 11 | #include "lzio.h" |
| 12 | 12 | ||
| 13 | /* load one chunk; from lundump.c */ | 13 | /* load one chunk; from lundump.c */ |
| 14 | Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer *buff); | 14 | Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff); |
| 15 | 15 | ||
| 16 | /* find byte order; from lundump.c */ | 16 | /* find byte order; from lundump.c */ |
| 17 | int luaU_endianness (void); | 17 | int luaU_endianness (void); |
| 18 | 18 | ||
| 19 | /* dump one chunk; from dump.c */ | 19 | /* dump one chunk; from ldump.c */ |
| 20 | void luaU_dump (lua_State *L, const Proto* Main, lua_Chunkwriter w, void* data); | 20 | void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); |
| 21 | 21 | ||
| 22 | /* print one chunk; from print.c */ | 22 | /* print one chunk; from print.c */ |
| 23 | void luaU_print (const Proto* Main); | 23 | void luaU_print (const Proto* Main); |
