summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-07-01 12:31:26 -0600
committerKarl Williamson <khw@cpan.org>2021-08-14 06:47:43 -0600
commit9be343bf32d0921e5c792cbaa2b0038f43c6e463 (patch)
tree5a1708bc311ef7029a942c8ae849cce27d8bb92e
parent8010ec0d7b7fb009f75158aa28868fa2f07a4a58 (diff)
downloadperl-9be343bf32d0921e5c792cbaa2b0038f43c6e463.tar.gz
utf8.c: Rmv #undef
This is unnecessary in a .c file, and the code it referred to has been moved away.
-rw-r--r--utf8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index 61ed5313c8..a2c81605e6 100644
--- a/utf8.c
+++ b/utf8.c
@@ -773,8 +773,6 @@ S_does_utf8_overflow(const U8 * const s,
}
-#undef FF_OVERLONG_PREFIX
-
STRLEN
Perl_is_utf8_char_helper_(const U8 * const s, const U8 * e, const U32 flags)
{