From b4c8a33a0cbf4938b53458ded4d46efc6e8820ab Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 20 Jan 2021 15:23:57 -0800 Subject: Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`) --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') 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, -- cgit v1.2.3