From 66af24e195c7ca9dc7a69d67f4354a2bb45dcb03 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 29 Jun 2006 12:12:00 +0000 Subject: Some CPP macro sanitization by Sadahiro Tomoyuki p4raw-id: //depot/perl@28447 --- utfebcdic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utfebcdic.h') 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 */ -- cgit v1.2.1