mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
(gram_scanner_cursor): Remove decl, since this
object is now static.
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
/* From the scanner. */
|
/* From the scanner. */
|
||||||
extern FILE *gram_in;
|
extern FILE *gram_in;
|
||||||
extern int gram__flex_debug;
|
extern int gram__flex_debug;
|
||||||
extern boundary gram_scanner_cursor;
|
|
||||||
extern char *gram_last_string;
|
extern char *gram_last_string;
|
||||||
extern location gram_last_braced_code_loc;
|
extern location gram_last_braced_code_loc;
|
||||||
void gram_scanner_initialize (void);
|
void gram_scanner_initialize (void);
|
||||||
|
|||||||
Reference in New Issue
Block a user