]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* fini.c (main): Return type is int.
authorJeffrey A Law <law@cygnus.com>
Thu, 18 Sep 1997 23:33:06 +0000 (23:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 18 Sep 1997 23:33:06 +0000 (17:33 -0600)
From-SVN: r15553

gcc/f/ChangeLog.egcs
gcc/f/fini.c

index 8ee211339a016fc2ec131603d28e6ecee3506590..5b6fe835d8c21117a94ef84efe0b61304716dbe2 100644 (file)
@@ -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)
index 6e324b64602d57adc3ee436bbf37b46326f4b477..fdf577b91a29dd9ba8a5eda0a4c7334f9b5b304f 100644 (file)
@@ -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];