summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>1996-11-14 09:44:34 -0200
committerLuiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>1996-11-14 09:44:34 -0200
commit8b195533d2b9576b339c8cf95c03bf13aec955a2 (patch)
treeb2e8105707f97b9c00bd10fcb1f130439b672ffa
parent3ccdd57c26f27e2205281e93db211a18dc895cde (diff)
downloadlua-8b195533d2b9576b339c8cf95c03bf13aec955a2.tar.gz
lua-8b195533d2b9576b339c8cf95c03bf13aec955a2.tar.bz2
lua-8b195533d2b9576b339c8cf95c03bf13aec955a2.zip
new header version
-rw-r--r--undump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/undump.h b/undump.h
index 0929a6d5..bcd8524e 100644
--- a/undump.h
+++ b/undump.h
@@ -1,7 +1,7 @@
1/* 1/*
2** undump.h 2** undump.h
3** definitions for lua decompiler 3** definitions for lua decompiler
4** $Id: undump.h,v 1.1 1996/03/08 21:43:21 lhf Exp lhf $ 4** $Id: undump.h,v 1.2 1996/03/11 21:59:41 lhf Exp lhf $
5*/ 5*/
6 6
7#include "func.h" 7#include "func.h"
@@ -15,7 +15,7 @@
15#define ID_VAR 'V' 15#define ID_VAR 'V'
16#define ID_STR 'S' 16#define ID_STR 'S'
17#define SIGNATURE "Lua" 17#define SIGNATURE "Lua"
18#define VERSION 0x23 /* 2.3 */ 18#define VERSION 0x25 /* 2.5 */
19#define TEST_WORD 0x1234 /* a word for testing byte ordering */ 19#define TEST_WORD 0x1234 /* a word for testing byte ordering */
20#define TEST_FLOAT 0.123456789e-23 /* a float for testing representation */ 20#define TEST_FLOAT 0.123456789e-23 /* a float for testing representation */
21 21