
rgarciasuarez at gmail
Jun 17, 2005, 8:58 AM
Post #5 of 5
(937 views)
Permalink
|
|
Re: [Patch] croak -> Perl_croak in sv_upgrade
[In reply to]
|
|
On 6/17/05, Andy Lester <andy [at] petdance> wrote: > On Fri, Jun 17, 2005 at 09:04:22AM -0600, Jim Cromie (jcromie [at] divsol) wrote: > > - croak ("sv_upgrade from type %d down to type %d", SvTYPE(sv), mt); > > + Perl_croak (aTHX_ "sv_upgrade from type %d down to type %d", SvTYPE(sv), mt); > > Is this something we want to be doing across the board? Sure, this really shouldn't occur anyway.
|