From: Paul Eggert Date: Sat, 7 Dec 2002 05:54:29 +0000 (+0000) Subject: (current_file): Remove duplicate decl; X-Git-Tag: BISON-1_875~166 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7f8ba6c7f3fa2fbd9d04ff04fc2e9cb17bbdb902 (current_file): Remove duplicate decl; current_file is now owned by files.h. --- diff --git a/src/complain.h b/src/complain.h index 5c15b3f2..564645f2 100644 --- a/src/complain.h +++ b/src/complain.h @@ -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;