aboutsummaryrefslogtreecommitdiff
path: root/lptree.h
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-11-10 16:26:11 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-11-10 16:26:11 -0300
commitfd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea (patch)
tree875ab38000e52376583bc13741b18701c6294f80 /lptree.h
parentd84dd6b3659f94b09e67eb90a10e71eb05c5630e (diff)
downloadlpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.tar.gz
lpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.tar.bz2
lpeglabel-fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea.zip
Removing labeled choice, updating testlabel, and disabling an optmization related to Throw
Diffstat (limited to 'lptree.h')
-rw-r--r--lptree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lptree.h b/lptree.h
index cca346e..b75f323 100644
--- a/lptree.h
+++ b/lptree.h
@@ -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 */