X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/95612cfa608188fc323ed3f8560cc6aea953ff32..651ec3d0ecfc82f6d86cf67a72cb691ccda5e5a0:/src/complain.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;