mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
(current_file): Remove duplicate decl;
current_file is now owned by files.h.
This commit is contained in:
@@ -49,9 +49,6 @@ void fatal (const char *format, ...)
|
|||||||
void fatal_at (location_t location, const char *format, ...)
|
void fatal_at (location_t location, const char *format, ...)
|
||||||
__attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
|
__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. */
|
/* This variable is set each time `warn' is called. */
|
||||||
extern bool warning_issued;
|
extern bool warning_issued;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user