aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
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,