summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-08-17 14:50:36 +0000
committerSteve Peters <steve@fisharerojo.org>2006-08-17 14:50:36 +0000
commit063df69cb51d4f97ff5708b58e83b514bdd27cb7 (patch)
tree2d04fc6ffb5e9956b0a116300103a11c62f00aef /embed.fnc
parent7ec40f37ce4eb8552b6149cba97968e51cedac3a (diff)
downloadperl-063df69cb51d4f97ff5708b58e83b514bdd27cb7.tar.gz
gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
which caused core dumps. p4raw-id: //depot/perl@28731
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 0342c39368..e9c5da438a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -188,7 +188,7 @@ pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
p |bool |do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int do_report
Ap |int |do_binmode |NN PerlIO *fp|int iotype|int mode
p |void |do_chop |NN SV* asv|NN SV* sv
-Ap |bool |do_close |NN GV* gv|bool not_implicit
+Ap |bool |do_close |NULLOK GV* gv|bool not_implicit
p |bool |do_eof |NN GV* gv
#ifdef PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION