aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-20 00:33:11 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-20 00:33:11 -0700
commitd9f0a92839000018eaaf7ebb34ed0260792fd116 (patch)
tree1e406906be6dd96d2741d8922e5d0c1c10351f6a /types.h
parent355e06a58e918c6c1d39902b0a14029a16c323ba (diff)
Added (!) syntax for errors with proper opcode support
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