diff options
Diffstat (limited to 'colm/parsetree.h')
-rw-r--r-- | colm/parsetree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/colm/parsetree.h b/colm/parsetree.h index 6981880d..f2d94226 100644 --- a/colm/parsetree.h +++ b/colm/parsetree.h @@ -2111,7 +2111,8 @@ enum RepeatType { RepeatRepeat, RepeatList, RepeatOpt, - RepeatLeft, + RepeatLeftRepeat, + RepeatLeftList, }; /* |