Installed in master.
commit 4a823bf18b7ae91af4e3d8a821f7ab213fc5babe
Author: Akim Demaille <[email protected]>
Date: Sat Aug 18 14:43:16 2018 +0200
lalr1.cc: remove debug comment
* data/lalr1.cc: Remove a comment about indentation.
I'm not sure it would be nice to indent even more, it's already quite
of the right.
diff --git a/data/lalr1.cc b/data/lalr1.cc
index 549d43e4..fa0d3db4 100644
--- a/data/lalr1.cc
+++ b/data/lalr1.cc
@@ -727,8 +727,6 @@ m4_if(b4_prefix, [yy], [],
int yyresult;
#if YY_EXCEPTIONS
- // FIXME: This shoud be completely indented. It is not yet to
- // avoid gratuitous conflicts when merging into the master branch.
try
#endif // YY_EXCEPTIONS
{
@@ -759,7 +757,6 @@ b4_dollar_popdef])[]dnl
// Backup.
yybackup:
-
// Try to take a decision without lookahead.
yyn = yypact_[yystack_[0].state];
if (yy_pact_value_is_default_ (yyn))