summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-15 09:53:19 -0700
committerKarl Williamson <public@khwilliamson.com>2012-12-16 11:03:29 -0700
commit7d43c479c5220d368a2e5d94341c40f8d4cb1769 (patch)
tree3f971894406f8f85f2256779ea4ead51769c76f0 /intrpvar.h
parent22913b96d35efdf1a58eddd0cfba7640c55fbcc7 (diff)
downloadperl-7d43c479c5220d368a2e5d94341c40f8d4cb1769.tar.gz
regexec.c: More efficient Korean \X processing
This refactors the code slightly that checks for Korean precomposed syllables in \X. It eliminates the PL_variable formerly used to keep track of things.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 004989c2d0..b513d226d4 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -625,7 +625,6 @@ PERLVAR(I, utf8_punct, SV *)
PERLVAR(I, utf8_mark, SV *)
PERLVAR(I, utf8_X_regular_begin, SV *)
PERLVAR(I, utf8_X_extend, SV *)
-PERLVAR(I, utf8_X_LVT, SV *)
PERLVAR(I, utf8_toupper, SV *)
PERLVAR(I, utf8_totitle, SV *)
PERLVAR(I, utf8_tolower, SV *)