From 355e06a58e918c6c1d39902b0a14029a16c323ba Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 19 May 2021 23:41:57 -0700 Subject: Added ~ and !~ operators as replacements for == and != --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 19c6829..ae41d4a 100644 --- a/types.h +++ b/types.h @@ -22,8 +22,8 @@ enum pattype_e { BP_CAPTURE, BP_OTHERWISE, BP_CHAIN, - BP_EQUAL, - BP_NOT_EQUAL, + BP_MATCH, + BP_NOT_MATCH, BP_REPLACE, BP_REF, BP_BACKREF, -- cgit v1.2.3