projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92f5cc
)
* fini.c (main): Return type is int.
author
Jeffrey A Law
<law@cygnus.com>
Thu, 18 Sep 1997 23:33:06 +0000
(23:33 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 18 Sep 1997 23:33:06 +0000
(17:33 -0600)
From-SVN: r15553
gcc/f/ChangeLog.egcs
patch
|
blob
|
history
gcc/f/fini.c
patch
|
blob
|
history
diff --git
a/gcc/f/ChangeLog.egcs
b/gcc/f/ChangeLog.egcs
index 8ee211339a016fc2ec131603d28e6ecee3506590..5b6fe835d8c21117a94ef84efe0b61304716dbe2 100644
(file)
--- a/
gcc/f/ChangeLog.egcs
+++ b/
gcc/f/ChangeLog.egcs
@@
-1,5
+1,7
@@
Thu Sep 18 17:31:38 1997 Jeffrey A Law (law@cygnus.com)
+ * fini.c (main): Return type is int.
+
* com.c (lang_printable_name): Use verbosity argument.
Thu Sep 18 16:08:40 1997 Jeffrey A Law (law@cygnus.com)
diff --git
a/gcc/f/fini.c
b/gcc/f/fini.c
index 6e324b64602d57adc3ee436bbf37b46326f4b477..fdf577b91a29dd9ba8a5eda0a4c7334f9b5b304f 100644
(file)
--- a/
gcc/f/fini.c
+++ b/
gcc/f/fini.c
@@
-228,7
+228,7
@@
static char *spaces[]
void testname (bool nested, int indent, name first, name last);
void testnames (bool nested, int indent, int len, name first, name last);
-void
+int
main (int argc, char **argv)
{
char buf[MAXNAMELEN];