summaryrefslogtreecommitdiff
path: root/colm/parsetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/parsetree.h')
-rw-r--r--colm/parsetree.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/colm/parsetree.h b/colm/parsetree.h
index 6adc09a2..9ecbc790 100644
--- a/colm/parsetree.h
+++ b/colm/parsetree.h
@@ -580,8 +580,7 @@ struct TokenRegion
defaultTokenInstance(0),
preEofBlock(0),
wasEmpty(false),
- isCiOnly(false),
- ciLel(0),
+ zeroLel(0),
ignoreOnly(0)
{ }
@@ -615,9 +614,7 @@ struct TokenRegion
* then wasEmpty is true. */
bool wasEmpty;
- bool isCiOnly;
-
- LangEl *ciLel;
+ LangEl *zeroLel;
TokenRegion *ignoreOnly;
TokenRegion *next, *prev;