]> git.saurik.com Git - bison.git/commitdiff
(current_file): Remove duplicate decl;
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:54:29 +0000 (05:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:54:29 +0000 (05:54 +0000)
current_file is now owned by files.h.

src/complain.h

index 5c15b3f29a3ea9742a6fcf8e7f06e6c7ed992398..564645f2c40128416090f73914090137d0fd57e5 100644 (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;