From 7f8ba6c7f3fa2fbd9d04ff04fc2e9cb17bbdb902 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Dec 2002 05:54:29 +0000 Subject: [PATCH] (current_file): Remove duplicate decl; current_file is now owned by files.h. --- src/complain.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.45.2