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-Tag: releases/gcc-3.4.0~6173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05a0e2af5828c599ac6174f2191996cf8138b6b0;p=thirdparty%2Fgcc.git * toplev.c (rest_of_type_compilation): Fix typo. From-SVN: r67445 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd177daacb2e..0adc19a1db75 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 660b4e1efacc..5f6ea8c1aea9 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 ) {