diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 02:11:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 02:11:31 +0000 |
commit | f2b5be74500fffd3dc232fca7cb3c51bc3b9abf9 (patch) | |
tree | 4ca90dcb7912cdbeb031dd0bba3a9b3f5b55ef72 /embed.pl | |
parent | a682de96b5260e75b40bb25b8d2eb16f338518c6 (diff) | |
download | perl-f2b5be74500fffd3dc232fca7cb3c51bc3b9abf9.tar.gz |
ensure implicitly closed handles don't set $? or $!
p4raw-id: //depot/perl@3752
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |