aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pattern.h b/pattern.h
index 218a997..8dc40d2 100644
--- a/pattern.h
+++ b/pattern.h
@@ -35,7 +35,8 @@ enum pattype_e {
BP_END_OF_LINE = 23,
BP_WORD_BOUNDARY = 24,
BP_DEFINITIONS = 25,
- BP_LEFTRECURSION = 26,
+ BP_TAGGED = 26,
+ BP_LEFTRECURSION = 27,
};
//