summaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-10-20 14:39:03 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-10-20 14:39:03 -0200
commit64eecc0b8219cc3bcaa2b717826a4376c60d9305 (patch)
treea1633501cdf21016a00bd555c475daea58ec24f5 /lundump.h
parent8b88ab07f7cfc216407a88d75ad8f0546224c8d7 (diff)
downloadlua-github-64eecc0b8219cc3bcaa2b717826a4376c60d9305.tar.gz
new macro LUA_API
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 @@
/*
-** $Id: lundump.h,v 1.19 2000/04/24 17:32:29 lhf Exp lhf $
+** $Id: lundump.h,v 1.20 2000/09/18 20:03:46 lhf Exp lhf $
** load pre-compiled Lua chunks
** See Copyright Notice in lua.h
*/
@@ -12,7 +12,6 @@
/* load one chunk */
Proto* luaU_undump (lua_State* L, ZIO* Z);
-#define luaU_undump1 luaU_undump
/* find byte order */
int luaU_endianess (void);
@@ -29,11 +28,6 @@ int luaU_endianess (void);
#define IN " in %p " SOURCE
#define INLOC tf,tf->source->str,tf->lineDefined
-/* format for numbers in listings and error messages */
-#ifndef NUMBER_FMT
-#define NUMBER_FMT "%.16g" /* LUA_NUMBER */
-#endif
-
/* a multiple of PI for testing native format */
/* multiplying by 1E8 gives non-trivial integer values */
#define TEST_NUMBER 3.14159265358979323846E8