mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-26 20:53:04 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* 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 <akim@epita.fr>
|
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
|
* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ typedef struct yyltype
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Line __line__ of __file__. */
|
/* Line __line__ of __file__. */
|
||||||
#line __oline__ "b4_output_parser_name"
|
#line __oline__
|
||||||
|
|
||||||
/* All symbols defined below should begin with yy or YY, to avoid
|
/* All symbols defined below should begin with yy or YY, to avoid
|
||||||
infringing on user name space. This should be done even for local
|
infringing on user name space. This should be done even for local
|
||||||
@@ -914,7 +914,7 @@ yyreduce:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Line __line__ of __file__. */
|
/* Line __line__ of __file__. */
|
||||||
#line __oline__ "b4_output_parser_name"
|
#line __oline__
|
||||||
|
|
||||||
[ yyvsp -= yylen;
|
[ yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
Reference in New Issue
Block a user