This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff3baa
)
utf8.h: Fix typo in macro name definition
author
Karl Williamson
<khw@cpan.org>
Fri, 15 May 2015 15:16:18 +0000
(09:16 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 1 Aug 2015 16:34:50 +0000
(10:34 -0600)
The trailing underscore was unintended.
utf8.h
patch
|
blob
|
blame
|
history
diff --git
a/utf8.h
b/utf8.h
index
bcc92b4
..
d4c8e55
100644
(file)
--- 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