From: Father Chrysostomos Date: Mon, 4 Nov 2013 21:46:40 +0000 (-0800) Subject: caretx.c: Add bool warning comment X-Git-Tag: upstream/5.20.0~1369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9a047cbd1764a7a0eae93255ba42e0088af208c;p=platform%2Fupstream%2Fperl.git caretx.c: Add bool warning comment It is for this reason that this file exists. --- diff --git a/caretx.c b/caretx.c index 184c7d0..25ca195 100644 --- a/caretx.c +++ b/caretx.c @@ -38,6 +38,12 @@ # include #endif +/* Note: Functions in this file must not have bool parameters. When + PERL_BOOL_AS_CHAR is #defined, mach-o/dyld.h overrides it in this file + by #including stdbool.h, so the function parameters here would conflict + with those in proto.h. +*/ + void Perl_set_caret_X(pTHX) { dVAR;