aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lundump.h b/lundump.h
index 22e4c8c7..703a3e34 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.h,v 1.19 2000/04/24 17:32:29 lhf Exp lhf $ 2** $Id: lundump.h,v 1.20 2000/09/18 20:03:46 lhf Exp lhf $
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*/
@@ -12,7 +12,6 @@
12 12
13/* load one chunk */ 13/* load one chunk */
14Proto* luaU_undump (lua_State* L, ZIO* Z); 14Proto* luaU_undump (lua_State* L, ZIO* Z);
15#define luaU_undump1 luaU_undump
16 15
17/* find byte order */ 16/* find byte order */
18int luaU_endianess (void); 17int luaU_endianess (void);
@@ -29,11 +28,6 @@ int luaU_endianess (void);
29#define IN " in %p " SOURCE 28#define IN " in %p " SOURCE
30#define INLOC tf,tf->source->str,tf->lineDefined 29#define INLOC tf,tf->source->str,tf->lineDefined
31 30
32/* format for numbers in listings and error messages */
33#ifndef NUMBER_FMT
34#define NUMBER_FMT "%.16g" /* LUA_NUMBER */
35#endif
36
37/* a multiple of PI for testing native format */ 31/* a multiple of PI for testing native format */
38/* multiplying by 1E8 gives non-trivial integer values */ 32/* multiplying by 1E8 gives non-trivial integer values */
39#define TEST_NUMBER 3.14159265358979323846E8 33#define TEST_NUMBER 3.14159265358979323846E8