From: Kaveh R. Ghazi Date: Wed, 4 Jun 2003 16:14:35 +0000 (+0000) Subject: * toplev.c (rest_of_type_compilation): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05a0e2af5828c599ac6174f2191996cf8138b6b0;p=gcc.git * toplev.c (rest_of_type_compilation): Fix typo. From-SVN: r67445 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd177daacb2..0adc19a1db7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-04 Kaveh R. Ghazi + + * toplev.c (rest_of_type_compilation): Fix typo. + 2003-06-04 Jakub Jelinek Alan Modra diff --git a/gcc/toplev.c b/gcc/toplev.c index 660b4e1efac..5f6ea8c1aea 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2405,7 +2405,7 @@ rest_of_type_compilation ( int toplev #else tree type ATTRIBUTE_UNUSED, - int toplev ATTRIBUTE_UNUSED, + int toplev ATTRIBUTE_UNUSED #endif ) {