diff options
author | Andy Lester <andy@petdance.com> | 2006-01-09 17:42:43 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-10 10:51:16 +0000 |
commit | 6136c704e4e88f5381eda30a0d872d75aa9b9d11 (patch) | |
tree | d55b3c3db1fb6e481c40ca5c792663ec29bd75e7 /uconfig.sh | |
parent | b77de8c7a7a97830b8f0702cd830d615db2a1523 (diff) | |
download | perl-6136c704e4e88f5381eda30a0d872d75aa9b9d11.tar.gz |
It's the Barbie bus patch
Message-ID: <20060110054243.GA26165@petdance.com>
p4raw-id: //depot/perl@26764
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index af4ce9a95c..af4c2974eb 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -47,6 +47,8 @@ d_attribute_noreturn='undef' d_attribute_pure='undef' d_attribute_unused='undef' d_attribute_warn_unused_result='undef' +d_builtin_expect='undef' +d_builtin_choose_expr='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='undef' |