From ee41006f01b4a1968c7181b2fde5d6a2f5830f36 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Nov 2002 08:13:40 +0000 Subject: [PATCH] Avoid over-quoting of __line__ and __file. --- data/yacc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0