summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-25 15:48:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-25 15:48:40 +0000
commitacb36ea45c4b95945f9639aac4920c186353489b (patch)
treed2a101788bdb284c33e56c67c340c3684f645ba2 /proto.h
parentadac82c7012022865800c6235e0a0d8b8710e279 (diff)
downloadperl-acb36ea45c4b95945f9639aac4920c186353489b.tar.gz
fix bug in change#3728 that might free COPs prematurely;
null(op) now does more thorough scrubbing of the op, which fixes a few compile-time memory "leaks" p4raw-link: @3728 on //depot/perl: 7399586d384137f7ae66bcc82a83b0df7dd429e5 p4raw-id: //depot/perl@3739
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 ed2fdb14f5..291989d0f0 100644
--- a/proto.h
+++ b/proto.h
@@ -773,6 +773,7 @@ STATIC OP* S_no_fh_allowed(pTHX_ OP *o);
STATIC OP* S_scalarboolean(pTHX_ OP *o);
STATIC OP* S_too_few_arguments(pTHX_ OP *o, char* name);
STATIC OP* S_too_many_arguments(pTHX_ OP *o, char* name);
+STATIC void S_op_clear(pTHX_ OP* o);
STATIC void S_null(pTHX_ OP* o);
STATIC PADOFFSET S_pad_findlex(pTHX_ char* name, PADOFFSET newoff, U32 seq, CV* startcv, I32 cx_ix, I32 saweval, U32 flags);
STATIC OP* S_newDEFSVOP(pTHX);