diff options
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.30 2003/04/07 20:34:20 lhf Exp $ | 2 | ** $Id: lundump.h,v 1.31 2003/04/10 17:39:41 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 | */ |
@@ -23,7 +23,6 @@ void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); | |||
23 | void luaU_print (const Proto* Main); | 23 | void luaU_print (const Proto* Main); |
24 | 24 | ||
25 | /* definitions for headers of binary files */ | 25 | /* definitions for headers of binary files */ |
26 | #define LUA_SIGNATURE "\033Lua" /* binary files start with "<esc>Lua" */ | ||
27 | #define VERSION 0x50 /* last format change was in 5.0 */ | 26 | #define VERSION 0x50 /* last format change was in 5.0 */ |
28 | #define VERSION0 0x50 /* last major change was in 5.0 */ | 27 | #define VERSION0 0x50 /* last major change was in 5.0 */ |
29 | 28 | ||