aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 3b5ec3a..3e23503 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -1081,8 +1081,10 @@ main (argc, argv)
int inf_fd;
struct stat sbuf;
int c;
- int i, done;
- const char *cptr, **pptr;
+#ifdef FIXPROTO_IGNORE_LIST
+ int i;
+#endif
+ const char *cptr;
int ifndef_line;
int endif_line;
long to_read;