aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-03 14:46:34 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-03 14:46:34 -0300
commit35a22ed1ab15fabb9404d0184165baa1d52394f1 (patch)
tree2dc281a4897de0eac364fa15695d11db030cd079 /lundump.h
parentff91b355f451c7b7fc286d8ca9bc8613096f497d (diff)
downloadlua-35a22ed1ab15fabb9404d0184165baa1d52394f1.tar.gz
lua-35a22ed1ab15fabb9404d0184165baa1d52394f1.tar.bz2
lua-35a22ed1ab15fabb9404d0184165baa1d52394f1.zip
lua_load* replaced by a simple lua_load
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 */