summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2011-10-06 10:14:07 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2011-10-06 10:14:07 +0200
commit57a0fb10b7bb5114c8d355660f9ba675f3866221 (patch)
tree4805eda3ab3e1902b15fe9abf1c9fbb4bbd5389d /handy.h
parent387dbbd39a594f4d003a92c160e51eb500a20265 (diff)
downloadperl-57a0fb10b7bb5114c8d355660f9ba675f3866221.tar.gz
Now with comma :(
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index fc37b2fcbf..db760ab339 100644
--- a/handy.h
+++ b/handy.h
@@ -919,7 +919,7 @@ EXTCONST U32 PL_charclass[];
* the function. This relies on the fact that ASCII characters have the same
* representation whether utf8 or not */
#define generic_utf8(macro, function, p) (isASCII(*(p)) \
- ? CAT2(CAT2(macro,_)A)(*(p)) \
+ ? CAT2(CAT2(macro,_),A)(*(p)) \
: (UTF8_IS_DOWNGRADEABLE_START(*(p))) \
? CAT2(macro, _L1) \
(TWO_BYTE_UTF8_TO_UNI(*(p), \