Parser
- Modified ::findTerminator to look at all nodes.
This commit is contained in:
@@ -381,7 +381,7 @@ void Parser::findTerminator ()
|
|||||||
bool action = false;
|
bool action = false;
|
||||||
|
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes, false);
|
collect (nodes, true);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user