From 51995548117968c18dd2ffba4afd1e2407071dbd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 14 Jun 2014 15:24:11 -0400 Subject: [PATCH] Parser - ::findIdSequence removes unnecessarily lexed sub-branches. --- src/Parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Parser.cpp b/src/Parser.cpp index 8e1fa88ff..fcfb4641f 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -1165,6 +1165,7 @@ void Parser::findIdSequence () } (*i)->unTag ("?"); + (*i)->removeAllBranches (); (*i)->tag ("ID"); Tree* branch = (*i)->addBranch (new Tree ("argSeq"));