summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-04 16:14:35 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-04 16:14:35 +0000
commit18fb8076c16299ab1dd0fe3d0b26e2a6c89481de (patch)
tree479b889b3b992d2ec33e9fbf6cdaa445dad88991 /gcc/toplev.c
parentd19bc3a3c77d3458c5ac967d3a6fe47125762b98 (diff)
downloadgcc-18fb8076c16299ab1dd0fe3d0b26e2a6c89481de.tar.gz
* toplev.c (rest_of_type_compilation): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
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
)
{