From bf49b057b09bec860588a9b554c3a77683394722 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 6 Oct 1999 02:36:53 +0000 Subject: make die/warn and other diagnostics go to wherever STDERR happens to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() p4raw-id: //depot/perl@4302 --- objXSUB.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'objXSUB.h') diff --git a/objXSUB.h b/objXSUB.h index 362af7a2f4..cd8f2d8612 100644 --- a/objXSUB.h +++ b/objXSUB.h @@ -420,6 +420,8 @@ #define PL_statusvalue (*Perl_Istatusvalue_ptr(aTHXo)) #undef PL_statusvalue_vms #define PL_statusvalue_vms (*Perl_Istatusvalue_vms_ptr(aTHXo)) +#undef PL_stderrgv +#define PL_stderrgv (*Perl_Istderrgv_ptr(aTHXo)) #undef PL_stdingv #define PL_stdingv (*Perl_Istdingv_ptr(aTHXo)) #undef PL_strchop -- cgit v1.2.1