diff options
Diffstat (limited to 'gcc/collect2.h')
-rw-r--r-- | gcc/collect2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.h b/gcc/collect2.h index 344ad86376f..0fb7f515dd9 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -36,10 +36,10 @@ extern const char *lderrout; extern const char *c_file_name; extern struct obstack temporary_obstack; extern char *temporary_firstobj; -extern bool verbose, debug; extern bool may_unlink_output_file; extern void notice_translated (const char *, ...) ATTRIBUTE_PRINTF_1; extern void notice (const char *, ...) ATTRIBUTE_PRINTF_1; +extern bool at_file_supplied; #endif /* ! GCC_COLLECT2_H */ |