aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lundump.h b/lundump.h
index b82f0b8c..6c647acf 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.h,v 1.23 2001/06/28 13:55:17 lhf Exp lhf $ 2** $Id: lundump.h,v 1.23 2001/07/12 19:34:03 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*/
@@ -19,7 +19,6 @@ int luaU_endianness (void);
19/* definitions for headers of binary files */ 19/* definitions for headers of binary files */
20#define VERSION 0x41 /* last format change was in 4.1 */ 20#define VERSION 0x41 /* last format change was in 4.1 */
21#define VERSION0 0x41 /* last major change was in 4.1 */ 21#define VERSION0 0x41 /* last major change was in 4.1 */
22#define LUA_SIGNATURE "\033Lua" /* binary files start with <esc>Lua */
23 22
24/* a multiple of PI for testing native format */ 23/* a multiple of PI for testing native format */
25/* multiplying by 1E8 gives non-trivial integer values */ 24/* multiplying by 1E8 gives non-trivial integer values */