diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-29 12:12:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-29 12:12:00 +0000 |
commit | 66af24e195c7ca9dc7a69d67f4354a2bb45dcb03 (patch) | |
tree | 8be2e014d8d6718492496cda3abe39ab619c2694 /utfebcdic.h | |
parent | 6024848b1ae78de231e00d7cbcffeaf4124ad57f (diff) | |
download | perl-66af24e195c7ca9dc7a69d67f4354a2bb45dcb03.tar.gz |
Some CPP macro sanitization by Sadahiro Tomoyuki
p4raw-id: //depot/perl@28447
Diffstat (limited to 'utfebcdic.h')
-rw-r--r-- | utfebcdic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utfebcdic.h b/utfebcdic.h index bdc1359ed8..4b27b41a9e 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -337,7 +337,7 @@ EXTCONST unsigned char PL_a2e[]; END_EXTERN_C -#define UTF8SKIP(s) PL_utf8skip[*(const U8*)s] +#define UTF8SKIP(s) PL_utf8skip[*(const U8*)(s)] /* EBCDIC-happy ways of converting native code to UTF-8 */ |