- Converted ::findSubstitution to use recursive scan.
This commit is contained in:
Paul Beckingham
2014-08-17 01:17:05 -04:00
parent 0e86233a0a
commit c681017961
2 changed files with 25 additions and 34 deletions

View File

@@ -71,7 +71,7 @@ private:
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
void findTerminator (Tree*);
void findPattern (Tree*);
void findSubstitution ();
void findSubstitution (Tree*);
void findTag ();
void findAttribute (Tree*);
void findAttributeModifier (Tree*);