This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
257e0650 used the "wrong" croak() - correct B::GV:SV to use Perl_croak().
authorNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 10:40:08 +0000 (11:40 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 10:40:08 +0000 (11:40 +0100)
commit46c3f339f64265b0de16c1c640386ecdce522fe4
treec9e74418a1b461c6c75982d87e42d5bde179d59f
parentcbf9c13fe9f25a21762d4a1f4419e3b0ab947a53
257e0650 used the "wrong" croak() - correct B::GV:SV to use Perl_croak().

Perl_croak() is a variable argument C function, hence can't have a macro to
permit the use of croak() with/without a context pointer. croak *is* defined
as a macro, substituting croak_nocontext. But we have a context to hand, so we
can use Perl_croak() directly.
ext/B/B.xs