small simplifications

This commit is contained in:
Roberto Ierusalimschy
2006-06-05 16:35:57 -03:00
parent e2dc5f5d15
commit 2b5c1f99e5
2 changed files with 14 additions and 22 deletions

View File

@@ -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