mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-26 20:53:04 +00:00
Include location.h.
(scanner_cursor): New decl.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#ifndef READER_H_
|
#ifndef READER_H_
|
||||||
# define READER_H_
|
# define READER_H_
|
||||||
|
|
||||||
|
# include "location.h"
|
||||||
# include "symlist.h"
|
# include "symlist.h"
|
||||||
# include "parse-gram.h"
|
# include "parse-gram.h"
|
||||||
|
|
||||||
@@ -35,6 +36,7 @@ merger_list;
|
|||||||
/* 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 scanner_cursor;
|
||||||
void scanner_initialize (void);
|
void scanner_initialize (void);
|
||||||
void scanner_free (void);
|
void scanner_free (void);
|
||||||
void scanner_last_string_free (void);
|
void scanner_last_string_free (void);
|
||||||
|
|||||||
Reference in New Issue
Block a user