summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-02-07 10:07:27 -0500
committerGurusamy Sarathy <gsar@cpan.org>1999-02-07 23:26:04 +0000
commit4327152a8da835b489f2314100b405920cc614ea (patch)
tree7482bd3f3e844d5ca29fab8fecd5d7f0301d5a37 /proto.h
parent1ae175c8d48ec3f9bff4739583753d9b46939a5f (diff)
downloadperl-4327152a8da835b489f2314100b405920cc614ea.tar.gz
patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu> Subject: Re: fixing memory leaks in REx compilation p4raw-link: @2822 on //depot/perl: 34184a49c8a0771dbea73b3f0519126fd5b22c2f p4raw-id: //depot/perl@2826
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 e536733c41..93517d2e70 100644
--- a/proto.h
+++ b/proto.h
@@ -869,6 +869,7 @@ I32 study_chunk _((regnode **scanp, I32 *deltap, regnode *last, scan_data_t *dat
I32 add_data _((I32 n, char *s));
void re_croak2 _((const char* pat1,const char* pat2,...)) __attribute__((noreturn));
char* regpposixcc _((I32 value));
+void clear_re _((void *r));
I32 regmatch _((regnode *prog));
I32 regrepeat _((regnode *p, I32 max));
I32 regrepeat_hard _((regnode *p, I32 max, I32 *lp));