diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-06-04 16:14:35 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-06-04 16:14:35 +0000 |
commit | 05a0e2af5828c599ac6174f2191996cf8138b6b0 (patch) | |
tree | 479b889b3b992d2ec33e9fbf6cdaa445dad88991 | |
parent | 13e0ae41ca98754e7734dece5641b78b026b44e7 (diff) | |
download | gcc-05a0e2af5828c599ac6174f2191996cf8138b6b0.zip gcc-05a0e2af5828c599ac6174f2191996cf8138b6b0.tar.gz gcc-05a0e2af5828c599ac6174f2191996cf8138b6b0.tar.bz2 |
* toplev.c (rest_of_type_compilation): Fix typo.
From-SVN: r67445
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/toplev.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd177da..0adc19a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/toplev.c b/gcc/toplev.c index 660b4e1..5f6ea8c 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 ) { |