From: Paul Eggert Date: Sat, 16 Nov 2002 08:13:40 +0000 (+0000) Subject: Avoid over-quoting of __line__ and __file. X-Git-Tag: BISON-1_875~242 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ee41006f01b4a1968c7181b2fde5d6a2f5830f36 Avoid over-quoting of __line__ and __file. --- diff --git a/data/yacc.c b/data/yacc.c index 78ad3379..c798521f 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -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