From aab4fde468f646b2269cd8533779673ea9935e4a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 18 Sep 2000 16:42:05 -0300 Subject: changes by lhf --- lundump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index debe0b7a..22e4c8c7 100644 --- a/lundump.h +++ b/lundump.h @@ -12,7 +12,7 @@ /* load one chunk */ Proto* luaU_undump (lua_State* L, ZIO* Z); -Proto* luaU_undump1 (lua_State* L, ZIO* Z); +#define luaU_undump1 luaU_undump /* find byte order */ int luaU_endianess (void); -- cgit v1.2.3-55-g6feb