mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d, java: use traces more alike that of C
Same order, same places, same content. * data/skeletons/lalr1.d, data/skeletons/lalr1.java: here.
This commit is contained in:
@@ -996,7 +996,7 @@ b4_dollar_popdef[]dnl
|
||||
int yynrhs = yyr2_[yyrule];
|
||||
/* Print the symbols being reduced, and their result. */
|
||||
yycdebug ("Reducing stack by rule " + (yyrule - 1)
|
||||
+ " (line " + yylno + "), ");
|
||||
+ " (line " + yylno + "):");
|
||||
|
||||
/* The symbols being reduced. */
|
||||
for (int yyi = 0; yyi < yynrhs; yyi++)
|
||||
|
||||
Reference in New Issue
Block a user