From 84ac8fac229faf9c2e1499494772e5cafed92229 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 4 Nov 2019 14:59:02 -0700 Subject: op.h: Add synonyms for some tr/// values --- op.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'op.h') diff --git a/op.h b/op.h index 3ce9890617..3781960e19 100644 --- a/op.h +++ b/op.h @@ -1115,6 +1115,9 @@ C is non-null. For a higher-level interface, see C>. # define TR_DELETE (UV)-2 # define TR_R_EMPTY (UV)-3 /* rhs (replacement) is empty */ # define TR_OOB (UV)-4 /* Something that isn't one of the others */ +# define TR_SPECIAL_HANDLING TR_DELETE /* Can occupy same value */ +# define TR_UNLISTED TR_UNMAPPED /* A synonym whose name is clearer + at times */ #endif #if defined(PERL_IN_OP_C) || defined(PERL_IN_TOKE_C) #define RANGE_INDICATOR ILLEGAL_UTF8_BYTE -- cgit v1.2.1