aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-02-10 15:31:13 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-02-10 15:31:13 -0200
commit3184314bf32ce146fad2e4adc302c840497d5cde (patch)
tree321a431bb768e3cfb240c371d2be3d250a3dc569
parent7964f7cbbdae9c9af6bc3c6d01e88eab5eafebd5 (diff)
downloadlua-3184314bf32ce146fad2e4adc302c840497d5cde.tar.gz
lua-3184314bf32ce146fad2e4adc302c840497d5cde.tar.bz2
lua-3184314bf32ce146fad2e4adc302c840497d5cde.zip
warning
-rw-r--r--ltests.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 7c9cce4d..f0fe854a 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 1.150 2002/12/20 10:26:33 roberto Exp roberto $ 2** $Id: ltests.c,v 1.151 2003/01/29 10:27:53 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -828,6 +828,7 @@ int main (int argc, char *argv[]) {
828 if (limit) 828 if (limit)
829 memdebug_memlimit = strtoul(limit, NULL, 10); 829 memdebug_memlimit = strtoul(limit, NULL, 10);
830 l_main(argc, argv); 830 l_main(argc, argv);
831 return 0;
831} 832}
832 833
833#endif 834#endif