diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-30 15:23:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-30 15:23:02 -0400 |
| commit | 206e1fa68fb921d0fd8c9d31ec59a9b7d0fc2a5d (patch) | |
| tree | 916e508c47a30ed69c6e904479e642d12ec4d080 /pattern.h | |
| parent | 24ed834317f3fda8f0f55489f54a2df1aca5de17 (diff) | |
Added tagged definitions: `foo:: blah`
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ enum pattype_e { BP_END_OF_LINE = 23, BP_WORD_BOUNDARY = 24, BP_DEFINITIONS = 25, - BP_LEFTRECURSION = 26, + BP_TAGGED = 26, + BP_LEFTRECURSION = 27, }; // |
