OSDN Git Service

Have main return int
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 1999 12:41:53 +0000 (12:41 +0000)
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 1999 12:41:53 +0000 (12:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26747 138bc75d-0d04-0410-961f-82ee72b054a4

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

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