diff options
author | Yves Orton <demerphq@gmail.com> | 2006-11-15 11:36:34 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-15 10:37:58 +0000 |
commit | 2fcd17ed00af39b65214f1d829f6efee899bedb1 (patch) | |
tree | 3e173a4b26f95cbb44e6a27a1f63f7fc007846c9 /ext/XS | |
parent | 960d5a3ab25217b13452d322c90f58d745558b2b (diff) | |
download | perl-2fcd17ed00af39b65214f1d829f6efee899bedb1.tar.gz |
Re: Fix linker error on Win32
Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
p4raw-id: //depot/perl@29277
Diffstat (limited to 'ext/XS')
-rw-r--r-- | ext/XS/APItest/core_or_not.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/APItest/core_or_not.inc b/ext/XS/APItest/core_or_not.inc index 082476418c..6a6a8796cd 100644 --- a/ext/XS/APItest/core_or_not.inc +++ b/ext/XS/APItest/core_or_not.inc @@ -17,7 +17,7 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) (pTHX) { if(!SvREADONLY(source) && !SvFAKE(source)) { SvREFCNT_dec(source); - croak ("Creating a shared hash key scalar failed when " + Perl_croak(aTHX_ "Creating a shared hash key scalar failed when " STRINGIFY(SUFFIX) " got flags %"UVxf, (UV)SvFLAGS(source)); } |