aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index ae41d4a..dda89de 100644
--- a/types.h
+++ b/types.h
@@ -33,6 +33,7 @@ enum pattype_e {
BP_END_OF_FILE,
BP_END_OF_LINE,
BP_LEFTRECURSION,
+ BP_ERROR,
};
struct match_s; // forward declared to resolve circular struct defs