Have main return int
authorMartin v. Löwis <loewis@gcc.gnu.org>
Mon, 3 May 1999 12:41:53 +0000 (12:41 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Mon, 3 May 1999 12:41:53 +0000 (12:41 +0000)
From-SVN: r26747

gcc/testsuite/g++.old-deja/g++.ns/template9.C

index 836c022a736b29a683a7bba83df5cb6650a1da7d..1b50a5f626ad31cb2107b32ea28b9cd13a652385 100644 (file)
@@ -32,7 +32,7 @@ namespace matrix {
 
 }
 
-main(void)
+int main(void)
 {
   // sample
   double **m=matrix::alloc<double>(10,20);