aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-12-15 12:59:43 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-12-15 12:59:43 -0200
commit21cff3015a325e2f965d762de5c733f0cf8525cd (patch)
tree526a76f7df3abaff9fa77f68c14c6c12c3169857 /lundump.h
parent5ca2709ba055901ba9d658aa2ca51e0682dfdb30 (diff)
downloadlua-21cff3015a325e2f965d762de5c733f0cf8525cd.tar.gz
lua-21cff3015a325e2f965d762de5c733f0cf8525cd.tar.bz2
lua-21cff3015a325e2f965d762de5c733f0cf8525cd.zip
details (for regularity)
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lundump.h b/lundump.h
index e9014d7b..c9c4c417 100644
--- a/lundump.h
+++ b/lundump.h
@@ -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
13TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ 13TProtoFunc *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 */