projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6024848
)
Some CPP macro sanitization by Sadahiro Tomoyuki
Rafael Garcia-Suarez [Thu, 29 Jun 2006 12:12:00 +0000 (12:12 +0000)]
p4raw-id: //depot/perl@28447
utfebcdic.h
patch
|
blob
|
blame
|
history
diff --git
a/utfebcdic.h
b/utfebcdic.h
index
bdc1359
..
4b27b41
100644
(file)
--- 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 */