summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-31 17:18:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-31 17:18:23 +0000
commit067f92a0e46641b4b3e89afcde43bf134105f7b7 (patch)
tree2b8d43297149d3f9faf47ae720c422a88c5882e8 /proto.h
parentb90103851cdee826fc444fcd0d6b862433ec2bab (diff)
downloadperl-067f92a0e46641b4b3e89afcde43bf134105f7b7.tar.gz
fix memory leak in C<eval 'return sub {...}'>
p4raw-id: //depot/perl@3511
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 6ec5b378d4..89c70fc826 100644
--- a/proto.h
+++ b/proto.h
@@ -760,6 +760,7 @@ I32 dopoptolabel _((char *label));
I32 dopoptoloop _((I32 startingblock));
I32 dopoptosub _((I32 startingblock));
I32 dopoptosub_at _((PERL_CONTEXT* cxstk, I32 startingblock));
+void free_closures _((void));
void save_lines _((AV *array, SV *sv));
OP *doeval _((int gimme, OP** startop));
PerlIO *doopen_pmc _((const char *name, const char *mode));