- Converted ::findTag to use recursive scan.
This commit is contained in:
Paul Beckingham
2014-08-17 01:20:10 -04:00
parent c681017961
commit 34215449a8
2 changed files with 27 additions and 36 deletions

View File

@@ -72,7 +72,7 @@ private:
void findTerminator (Tree*);
void findPattern (Tree*);
void findSubstitution (Tree*);
void findTag ();
void findTag (Tree*);
void findAttribute (Tree*);
void findAttributeModifier (Tree*);
void findOperator ();