diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 00:33:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 00:33:11 -0700 |
| commit | d9f0a92839000018eaaf7ebb34ed0260792fd116 (patch) | |
| tree | 1e406906be6dd96d2741d8922e5d0c1c10351f6a /types.h | |
| parent | 355e06a58e918c6c1d39902b0a14029a16c323ba (diff) | |
Added (!) syntax for errors with proper opcode support
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
