mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
[SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE] [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment. * src/reader.h, src/scan-gram.l (scanner_initialize): this. * src/reader.c (reader): Use it.
This commit is contained in:
@@ -79,6 +79,7 @@ typedef struct gram_control_s
|
||||
extern FILE *gram_in;
|
||||
extern int gram__flex_debug;
|
||||
void scanner_last_string_free PARAMS ((void));
|
||||
void scanner_initialize PARAMS ((void));
|
||||
void scanner_free PARAMS ((void));
|
||||
|
||||
# define YY_DECL \
|
||||
|
||||
Reference in New Issue
Block a user