aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ltests.h b/ltests.h
index bedf8570..42a560c7 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.16 2005/09/14 17:48:57 roberto Exp roberto $ 2** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -77,12 +77,6 @@ int luaB_opentests (lua_State *L);
77 77
78 78
79 79
80/* real main will be defined at `ltests.c' */
81int l_main (int argc, char *argv[]);
82#define main l_main
83
84
85
86/* change some sizes to give some bugs a chance */ 80/* change some sizes to give some bugs a chance */
87 81
88#undef LUAL_BUFFERSIZE 82#undef LUAL_BUFFERSIZE