aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 14:38:46 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 14:38:46 -0700
commit89c5888dd66c09cb304d21e2ce6f96c9cc42461f (patch)
treec66fc21d73e481f9890f62669b6e573cc267af1c /types.h
parent86404d0ab3651ad5347aeada02566bd5b8eaa0af (diff)
Switched to using an optional type
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