From 72252aaa976a300b10701196c52e052ae4ea19ac Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 18 Aug 2018 14:43:16 +0200 Subject: [PATCH] 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. --- data/lalr1.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/lalr1.cc b/data/lalr1.cc index a59ab213..44e6166d 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -717,8 +717,6 @@ m4_if(b4_prefix, [yy], [], /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to - // avoid gratuitous conflicts when merging into the master branch. try { YYCDEBUG << "Starting parse\n"; @@ -748,7 +746,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)) @@ -980,7 +977,7 @@ b4_dollar_popdef])[]dnl { YYCDEBUG << "Exception caught: cleaning lookahead and stack\n"; // Do not try to display the values of the reclaimed symbols, - // as their printer might throw an exception. + // as their printers might throw an exception. if (!yyla.empty ()) yy_destroy_ (YY_NULLPTR, yyla);