diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-03 14:46:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-03 14:46:34 -0300 |
commit | 35a22ed1ab15fabb9404d0184165baa1d52394f1 (patch) | |
tree | 2dc281a4897de0eac364fa15695d11db030cd079 /lundump.h | |
parent | ff91b355f451c7b7fc286d8ca9bc8613096f497d (diff) | |
download | lua-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |