summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-20 21:23:59 -0600
committerKarl Williamson <public@khwilliamson.com>2013-08-29 10:56:59 -0600
commitcb117658254e99ff28e9ae2c0ab36ffef6e9a319 (patch)
treeaf6d058b0f5a958ebe04d83e90c9c848b4549a56 /regcomp.sym
parent645de4ceb9a7cbcff21ef7df3a5f5eb36259571e (diff)
downloadperl-cb117658254e99ff28e9ae2c0ab36ffef6e9a319.tar.gz
Remove newly unnecessary regnode, code
The previous commit fixed things up so that this work-around regnode doesn't have to exist; nor the work around for the EXACTFU_SS regnode
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 4de5d79bf5..8b19bffa43 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -100,7 +100,6 @@ EXACTFL EXACT, str ; Match this string (not guaranteed to be fold
EXACTFU EXACT, str ; Match this string (folded iff in UTF-8, length in folding doesn't change if not in UTF-8) using /iu rules (w/len).
EXACTFA EXACT, str ; Match this string (not guaranteed to be folded) using /iaa rules (w/len).
EXACTFU_SS EXACT, str ; Match this string (folded iff in UTF-8, length in folding may change even if not in UTF-8) using /iu rules (w/len).
-EXACTFU_TRICKYFOLD EXACT, str ; Match this folded UTF-8 string using /iu rules
#*Do nothing types