summaryrefslogtreecommitdiff
path: root/src/parsetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsetree.h')
-rw-r--r--src/parsetree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parsetree.h b/src/parsetree.h
index 1890bbae..14e92c24 100644
--- a/src/parsetree.h
+++ b/src/parsetree.h
@@ -1934,7 +1934,7 @@ struct IterDef
{
enum Type { Tree, Child, RevChild, Repeat,
RevRepeat, User, ListEl,
- RevListVal, MapEl };
+ RevListVal, MapEl, WithIgnore };
IterDef( Type type, Function *func );
IterDef( Type type );
@@ -1948,7 +1948,7 @@ struct IterImpl
{
enum Type { Tree, Child, RevChild, Repeat,
RevRepeat, User, ListEl, ListVal,
- RevListVal, MapEl, MapVal };
+ RevListVal, MapEl, MapVal, WithIgnore };
IterImpl( Type type, Function *func );
IterImpl( Type type );