]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
(strsuffix, stringappend): Remove; unused.
[bison.git] / 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;