summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-12 05:39:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-12 05:39:29 +0000
commit35cd451c5a1303394968903750cc3b3a1a6bc892 (patch)
tree0dff9ce049b3cd7facf6fbfd54dcddddc8ac0990 /proto.h
parentcf34019797138569fd71cfc48bb60249b9df0ec3 (diff)
downloadperl-35cd451c5a1303394968903750cc3b3a1a6bc892.tar.gz
fix ops that are not filehandle constructors to not create GV if it
doesn't already exist (avoids leaks); extend semantics of defined() so that defined(*{$foo}) works (experimental) p4raw-id: //depot/perl@2879
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index f91e80bc5b..7e3d4c5862 100644
--- a/proto.h
+++ b/proto.h
@@ -894,6 +894,7 @@ void debprof _((OP *o));
void *bset_obj_store _((void *obj, I32 ix));
OP *new_logop _((I32 type, I32 flags, OP **firstp, OP **otherp));
void simplify_sort _((OP *o));
+bool is_handle_constructor _((OP *o, I32 argnum));
I32 do_trans_CC_simple _((SV *sv));
I32 do_trans_CC_count _((SV *sv));