aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 4f61920a..44242781 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 1.18 2002/11/12 14:34:18 roberto Exp roberto $ 2** $Id: ltests.h,v 1.19 2002/11/19 17:42:32 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*/
@@ -54,6 +54,11 @@ int luaB_opentests (lua_State *L);
54#define LUA_EXTRALIBS { "tests", luaB_opentests }, 54#define LUA_EXTRALIBS { "tests", luaB_opentests },
55 55
56 56
57/* real main will be defined at `ltests.c' */
58int l_main (int argc, char *argv[]);
59#define main l_main
60
61
57 62
58/* change some sizes to give some bugs a chance */ 63/* change some sizes to give some bugs a chance */
59 64