summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-06-05 16:35:57 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-06-05 16:35:57 -0300
commit2b5c1f99e52fd725b3c3c58d80596dbb4a342da2 (patch)
tree25190f99af92a66f057923a82e1712398f657f7e /ltests.h
parente2dc5f5d15e59a335f3ae0561343b26825aea35f (diff)
downloadlua-2b5c1f99e52fd725b3c3c58d80596dbb4a342da2.tar.gz
lua-2b5c1f99e52fd725b3c3c58d80596dbb4a342da2.tar.bz2
lua-2b5c1f99e52fd725b3c3c58d80596dbb4a342da2.zip
small simplifications
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