OSDN Git Service

* toplev.c (rest_of_type_compilation): Fix typo.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 16:14:35 +0000 (16:14 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 16:14:35 +0000 (16:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67445 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index cd177da..0adc19a 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 660b4e1..5f6ea8c 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
                          )
 {