diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-05-02 17:25:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-05-02 17:25:18 -0400 |
| commit | af668004e85e99858df4a025af82c4602e0ab399 (patch) | |
| tree | 09f9213ef9780ac4fcbd3b96c421ee09eaa5e128 /pattern.h | |
| parent | eb0f18dc7956a1f3ee51c20dedcc02b5304d5ce8 (diff) | |
Updated Make rules so default is `bp`
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -29,14 +29,15 @@ enum pattype_e { BP_REPLACE = 17, BP_REF = 18, BP_NODENT = 19, - BP_START_OF_FILE = 20, - BP_START_OF_LINE = 21, - BP_END_OF_FILE = 22, - BP_END_OF_LINE = 23, - BP_WORD_BOUNDARY = 24, - BP_DEFINITIONS = 25, - BP_TAGGED = 26, - BP_LEFTRECURSION = 27, + BP_CURDENT = 20, + BP_START_OF_FILE = 21, + BP_START_OF_LINE = 22, + BP_END_OF_FILE = 23, + BP_END_OF_LINE = 24, + BP_WORD_BOUNDARY = 25, + BP_DEFINITIONS = 26, + BP_TAGGED = 27, + BP_LEFTRECURSION = 28, }; // |
