mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Avoid over-quoting of __line__ and __file.
This commit is contained in:
@@ -210,10 +210,10 @@ typedef struct yyltype
|
||||
#endif
|
||||
|
||||
/* Copy the second part of user declarations. */
|
||||
]b4_post_prologue[
|
||||
]b4_post_prologue
|
||||
|
||||
/* Line __line__ of __file__. */
|
||||
]b4_syncline([@oline@], [@ofile@])[
|
||||
b4_syncline([@oline@], [@ofile@])[
|
||||
|
||||
#if ! defined (yyoverflow) || YYERROR_VERBOSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user