summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-15 09:16:18 -0600
committerKarl Williamson <khw@cpan.org>2015-08-01 10:34:50 -0600
commitf949512269b5b982492006f38968e6639e682a5c (patch)
treeece3d2c9b79319571e19d2690067360ca15ab263 /utf8.h
parent1ff3baa2010b71ae4979337f9a5ac979cd516890 (diff)
downloadperl-f949512269b5b982492006f38968e6639e682a5c.tar.gz
utf8.h: Fix typo in macro name definition
The trailing underscore was unintended.
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index bcc92b489f..d4c8e5598f 100644
--- a/utf8.h
+++ b/utf8.h
@@ -558,7 +558,7 @@ case any call to string overloading updates the internal UTF-8 encoding flag.
* applicable */
#define UTF8_IS_NONCHAR_GIVEN_THAT_NON_SUPER_AND_GE_PROBLEMATIC(s) \
cBOOL(is_NONCHAR_utf8(s))
-#define UTF8_IS_NONCHAR_(s) \
+#define UTF8_IS_NONCHAR(s) \
UTF8_IS_NONCHAR_GIVEN_THAT_NON_SUPER_AND_GE_PROBLEMATIC(s)
#define UNICODE_SURROGATE_FIRST 0xD800