diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-12-15 12:59:43 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-12-15 12:59:43 -0200 |
commit | 21cff3015a325e2f965d762de5c733f0cf8525cd (patch) | |
tree | 526a76f7df3abaff9fa77f68c14c6c12c3169857 /lundump.h | |
parent | 5ca2709ba055901ba9d658aa2ca51e0682dfdb30 (diff) | |
download | lua-21cff3015a325e2f965d762de5c733f0cf8525cd.tar.gz lua-21cff3015a325e2f965d762de5c733f0cf8525cd.tar.bz2 lua-21cff3015a325e2f965d762de5c733f0cf8525cd.zip |
details (for regularity)
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.7 1998/06/25 15:50:09 lhf Exp $ | 2 | ** $Id: lundump.h,v 1.4 1998/06/25 16:48:44 roberto Exp roberto $ |
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 | TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ | 13 | TProtoFunc *luaU_undump1 (ZIO* Z); /* load one chunk */ |
14 | 14 | ||
15 | #define SIGNATURE "Lua" | 15 | #define SIGNATURE "Lua" |
16 | #define VERSION 0x31 /* last format change was in 3.1 */ | 16 | #define VERSION 0x31 /* last format change was in 3.1 */ |