]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* toplev.c (rest_of_type_compilation): Fix typo.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 4 Jun 2003 16:14:35 +0000 (16:14 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 4 Jun 2003 16:14:35 +0000 (16:14 +0000)
From-SVN: r67445

gcc/ChangeLog
gcc/toplev.c

index cd177daacb2e1f73829932c01b66b3075763b79b..0adc19a1db75a09f991d857834d892c1501dbfa6 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * toplev.c (rest_of_type_compilation): Fix typo.
+
 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
            Alan Modra  <amodra@bigpond.net.au>
 
index 660b4e1efaccc655223f758cafb68d016b203418..5f6ea8c1aea9ed5eeba52cc390e5500aebb0b92c 100644 (file)
@@ -2405,7 +2405,7 @@ rest_of_type_compilation (
                          int toplev
 #else
                          tree type ATTRIBUTE_UNUSED,
-                         int toplev ATTRIBUTE_UNUSED,
+                         int toplev ATTRIBUTE_UNUSED
 #endif
                          )
 {