From 26b23c1a49bd7407a897a7878be0d3c933b98c89 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 7 Apr 2002 15:30:31 +0000 Subject: [PATCH] * data/bison.c++, data/bison.simple: Don't output the current file name in #line, to avoid useless diffs between two identical outputs under different names. --- ChangeLog | 7 +++++++ data/bison.simple | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08c9a4c3..900c04b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-04-07 Akim Demaille + + * data/bison.c++, data/bison.simple: Don't output the current file + name in #line, to avoid useless diffs between two identical + outputs under different names. + + 2002-04-07 Akim Demaille * src/closure.c, src/print.c, src/reader.c, src/reduce.c: diff --git a/data/bison.simple b/data/bison.simple index 668d528a..84e77ec9 100644 --- a/data/bison.simple +++ b/data/bison.simple @@ -129,7 +129,7 @@ typedef struct yyltype #endif /* Line __line__ of __file__. */ -#line __oline__ "b4_output_parser_name" +#line __oline__ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local @@ -914,7 +914,7 @@ yyreduce: } /* Line __line__ of __file__. */ -#line __oline__ "b4_output_parser_name" +#line __oline__ [ yyvsp -= yylen; yyssp -= yylen; -- 2.45.2