diff options
Diffstat (limited to 'lundump.h')
-rw-r--r-- | lundump.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lundump.h,v 1.41 2014/03/10 19:52:47 roberto Exp roberto $ | 2 | ** $Id: lundump.h,v 1.42 2014/03/11 14:22:54 roberto Exp roberto $ |
3 | ** load precompiled Lua chunks | 3 | ** load precompiled Lua chunks |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -15,7 +15,7 @@ | |||
15 | /* data to catch conversion errors */ | 15 | /* data to catch conversion errors */ |
16 | #define LUAC_DATA "\x19\x93\r\n\x1a\n" | 16 | #define LUAC_DATA "\x19\x93\r\n\x1a\n" |
17 | 17 | ||
18 | #define LUAC_INT cast_integer(0xABCD) | 18 | #define LUAC_INT 0x5678 |
19 | #define LUAC_NUM cast_num(370.5) | 19 | #define LUAC_NUM cast_num(370.5) |
20 | 20 | ||
21 | #define MYINT(s) (s[0]-'0') | 21 | #define MYINT(s) (s[0]-'0') |