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

index bdc1359..4b27b41 100644 (file)
@@ -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 */