summaryrefslogtreecommitdiff
path: root/proto.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 /proto.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 'proto.h')
-rw-r--r--proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index 7f4942e27d..2ab4429a63 100644
--- a/proto.h
+++ b/proto.h
@@ -6790,12 +6790,6 @@ STATIC char* S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s, cons
STATIC bool S_isFOO_lc(pTHX_ const U8 classnum, const U8 character)
__attribute__warn_unused_result__;
-PERL_STATIC_INLINE bool S_is_utf8_X_LVT(pTHX_ const U8 *p)
- __attribute__warn_unused_result__
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_IS_UTF8_X_LVT \
- assert(p)
-
STATIC I32 S_reg_check_named_buff_matched(pTHX_ const regexp *rex, const regnode *scan)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1)