diff options
Diffstat (limited to 'lptree.h')
-rw-r--r-- | lptree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ typedef enum TTag { | |||
25 | TBehind, /* match behind */ | 25 | TBehind, /* match behind */ |
26 | TCapture, /* regular capture */ | 26 | TCapture, /* regular capture */ |
27 | TRunTime, /* run-time capture */ | 27 | TRunTime, /* run-time capture */ |
28 | TThrow, TLabChoice, TRecov /* labeled failure */ | 28 | TThrow, TRecov /* labeled failure */ |
29 | } TTag; | 29 | } TTag; |
30 | 30 | ||
31 | /* number of siblings for each tree */ | 31 | /* number of siblings for each tree */ |