summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-23 00:10:06 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-23 00:10:06 +0000
commitc63481edeb5a500b5e56c74ce83175790d2adf8a (patch)
tree2896765e8ce2a6d0e6d4e903fa17a16c07b51c95 /perl.h
parent1d7c184104c076988718a01b77c8706aae05b092 (diff)
parentfd9459bc435247011bdd5dc44ff2358cc4d1b124 (diff)
downloadperl-c63481edeb5a500b5e56c74ce83175790d2adf8a.tar.gz
integrate mainline contents into utfperl
p4raw-id: //depot/utfperl@4703
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index f29197517e..a1f97c9a80 100644
--- a/perl.h
+++ b/perl.h
@@ -1868,6 +1868,7 @@ Gid_t getegid (void);
#ifndef Perl_error_log
# define Perl_error_log (PL_stderrgv \
+ && IoOFP(GvIOp(PL_stderrgv)) \
? IoOFP(GvIOp(PL_stderrgv)) \
: PerlIO_stderr())
#endif