aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
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 */