diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-12 10:37:19 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-12 10:37:19 -0300 |
commit | b6791f5fa552cbf299a754c1c750f8422c6fb991 (patch) | |
tree | 29a7deb190acae72e235512564eb0f4326262932 /lundump.h | |
parent | 3b058177af1f940b8f6128821b3f4a3f3dc79ed0 (diff) | |
download | lua-b6791f5fa552cbf299a754c1c750f8422c6fb991.tar.gz lua-b6791f5fa552cbf299a754c1c750f8422c6fb991.tar.bz2 lua-b6791f5fa552cbf299a754c1c750f8422c6fb991.zip |
details
Diffstat (limited to 'lundump.h')
-rw-r--r-- | lundump.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lundump.h,v 1.24 2001/07/19 14:34:06 lhf Exp lhf $ | 2 | ** $Id: lundump.h,v 1.26 2002/08/07 00:36:03 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 | */ |
@@ -10,7 +10,7 @@ | |||
10 | #include "lobject.h" | 10 | #include "lobject.h" |
11 | #include "lzio.h" | 11 | #include "lzio.h" |
12 | 12 | ||
13 | typedef size_t (*Writer)(const void* p, size_t size, size_t n, void* u); | 13 | typedef int (*Writer)(const void* p, size_t size, void* u); |
14 | 14 | ||
15 | /* load one chunk; from lundump.c */ | 15 | /* load one chunk; from lundump.c */ |
16 | Proto* luaU_undump (lua_State* L, ZIO* Z); | 16 | Proto* luaU_undump (lua_State* L, ZIO* Z); |