projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db898cd
)
Have main return int
author
Martin v. Löwis
<loewis@gcc.gnu.org>
Mon, 3 May 1999 12:41:53 +0000
(12:41 +0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.ns/template9.C
b/gcc/testsuite/g++.old-deja/g++.ns/template9.C
index 836c022a736b29a683a7bba83df5cb6650a1da7d..1b50a5f626ad31cb2107b32ea28b9cd13a652385 100644
(file)
--- 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<double>(10,20);