lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 3184314bf32ce146fad2e4adc302c840497d5cde
parent 7964f7cbbdae9c9af6bc3c6d01e88eab5eafebd5
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 10 Feb 2003 15:30:51 -0200

warning

Diffstat:
Mltests.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ltests.c b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.150 2002/12/20 10:26:33 roberto Exp roberto $ +** $Id: ltests.c,v 1.151 2003/01/29 10:27:53 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -828,6 +828,7 @@ int main (int argc, char *argv[]) { if (limit) memdebug_memlimit = strtoul(limit, NULL, 10); l_main(argc, argv); + return 0; } #endif