(current_file): Remove duplicate decl;

current_file is now owned by files.h.
This commit is contained in:
Paul Eggert
2002-12-07 05:54:29 +00:00
parent 4b68955b1d
commit 7f8ba6c7f3

View File

@@ -49,9 +49,6 @@ void fatal (const char *format, ...)
void fatal_at (location_t location, const char *format, ...)
__attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
/* Position in the current input file. */
extern const char *current_file;
/* This variable is set each time `warn' is called. */
extern bool warning_issued;