From 64eecc0b8219cc3bcaa2b717826a4376c60d9305 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 20 Oct 2000 14:39:03 -0200 Subject: new macro LUA_API --- lundump.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lundump.h') 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 -- cgit v1.2.3-55-g6feb