From 2b5c1f99e52fd725b3c3c58d80596dbb4a342da2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 5 Jun 2006 16:35:57 -0300 Subject: small simplifications --- ltests.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index bedf8570..42a560c7 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.16 2005/09/14 17:48:57 roberto Exp roberto $ +** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -77,12 +77,6 @@ int luaB_opentests (lua_State *L); -/* real main will be defined at `ltests.c' */ -int l_main (int argc, char *argv[]); -#define main l_main - - - /* change some sizes to give some bugs a chance */ #undef LUAL_BUFFERSIZE -- cgit v1.2.3-55-g6feb