aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-20 15:23:57 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-20 15:23:57 -0800
commitb4c8a33a0cbf4938b53458ded4d46efc6e8820ab (patch)
treeb5823b03aa1d6ab8dc5dc92cd543ca77c1c0b3c2 /types.h
parent3c38aef78c637f933da7111bc55b77d94a824afa (diff)
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index f0e9ff6..9cbc665 100644
--- a/types.h
+++ b/types.h
@@ -15,7 +15,7 @@ enum pattype_e {
BP_STRING,
BP_RANGE,
BP_NOT,
- BP_UPTO_AND,
+ BP_UPTO,
BP_REPEAT,
BP_BEFORE,
BP_AFTER,