summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-26 02:11:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 02:11:31 +0000
commitf2b5be74500fffd3dc232fca7cb3c51bc3b9abf9 (patch)
tree4ca90dcb7912cdbeb031dd0bba3a9b3f5b55ef72 /embed.pl
parenta682de96b5260e75b40bb25b8d2eb16f338518c6 (diff)
downloadperl-f2b5be74500fffd3dc232fca7cb3c51bc3b9abf9.tar.gz
ensure implicitly closed handles don't set $? or $!
p4raw-id: //depot/perl@3752
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index cca15c4443..c311f9aa35 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1196,7 +1196,7 @@ p |void |init_debugger
p |void |init_stacks
p |U32 |intro_my
p |char* |instr |const char* big|const char* little
-p |bool |io_close |IO* io
+p |bool |io_close |IO* io|bool not_implicit
p |OP* |invert |OP* cmd
p |bool |is_uni_alnum |U32 c
p |bool |is_uni_alnumc |U32 c