From d9f0a92839000018eaaf7ebb34ed0260792fd116 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 20 May 2021 00:33:11 -0700 Subject: Added (!) syntax for errors with proper opcode support --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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 -- cgit v1.2.3