From 859c7f7ce0ce6dfdbd3586535a47eaf562d60f37 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 15 May 2003 09:20:04 -0300 Subject: LUA_SIGNATURE is public --- lundump.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index c7e6959b..d42cab0b 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.30 2003/04/07 20:34:20 lhf Exp $ +** $Id: lundump.h,v 1.31 2003/04/10 17:39:41 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -23,7 +23,6 @@ void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); void luaU_print (const Proto* Main); /* definitions for headers of binary files */ -#define LUA_SIGNATURE "\033Lua" /* binary files start with "Lua" */ #define VERSION 0x50 /* last format change was in 5.0 */ #define VERSION0 0x50 /* last major change was in 5.0 */ -- cgit v1.2.3-55-g6feb