From: Martin v. Löwis Date: Mon, 3 May 1999 12:41:53 +0000 (+0000) Subject: Have main return int X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=234af032118d7ec2544fcdb00e7d725b3205d7fb;p=gcc.git Have main return int From-SVN: r26747 --- diff --git a/gcc/testsuite/g++.old-deja/g++.ns/template9.C b/gcc/testsuite/g++.old-deja/g++.ns/template9.C index 836c022a736..1b50a5f626a 100644 --- a/gcc/testsuite/g++.old-deja/g++.ns/template9.C +++ b/gcc/testsuite/g++.old-deja/g++.ns/template9.C @@ -32,7 +32,7 @@ namespace matrix { } -main(void) +int main(void) { // sample double **m=matrix::alloc(10,20);