aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lundump.h b/lundump.h
index 1d6e50ea..c4e06f9e 100644
--- a/lundump.h
+++ b/lundump.h
@@ -17,8 +17,9 @@
17/* data to catch conversion errors */ 17/* data to catch conversion errors */
18#define LUAC_DATA "\x19\x93\r\n\x1a\n" 18#define LUAC_DATA "\x19\x93\r\n\x1a\n"
19 19
20#define LUAC_INT 0x5678 20#define LUAC_INT -0x5678
21#define LUAC_NUM cast_num(370.5) 21#define LUAC_INST 0x12345678
22#define LUAC_NUM cast_num(-370.5)
22 23
23/* 24/*
24** Encode major-minor version in one byte, one nibble for each 25** Encode major-minor version in one byte, one nibble for each