This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch for LONG_MAX & co.
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 30 Aug 1996 01:52:45 +0000 (01:52 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 30 Aug 1996 01:52:45 +0000 (01:52 +0000)
commit20cec16afc5978d179efa41282d3f0a2034f1b78
treeed3a85d2605069c48f3aadde300f8d6ffcf78b3b
parent08cb0b0dfc0b335573d521f40e4603db18152668
Patch for LONG_MAX & co.

    __DIE__ (with patch)

sv_2pv() might call croak() (which is not prepared to handle that
when it calls sv_2pv(), itself).  Likewise for warn() (but under
slightly more esoteric circumstances--mg_get() in sv_2pv() might
trigger a call to warn()).

PERL_BADLANG is examined by default before issuing a warning during
    internationalization.
util.c