aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index f9a1e05..2dda92d 100644
--- a/types.h
+++ b/types.h
@@ -37,7 +37,6 @@ enum pattype_e {
BP_WORD_BOUNDARY = 24,
BP_DEFINITION = 25,
BP_LEFTRECURSION = 26,
- BP_ERROR = 27,
};
struct match_s; // forward declared to resolve circular struct defs