Roberto Ierusalimschy 22 년 전
부모
커밋
3184314bf3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ltests.c

+ 2 - 1
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
 ** Internal Module for Debugging of the Lua Implementation
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -828,6 +828,7 @@ int main (int argc, char *argv[]) {
   if (limit)
   if (limit)
     memdebug_memlimit = strtoul(limit, NULL, 10);
     memdebug_memlimit = strtoul(limit, NULL, 10);
   l_main(argc, argv);
   l_main(argc, argv);
+  return 0;
 }
 }
 
 
 #endif
 #endif