summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2000-11-17 15:35:11 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-18 20:31:27 +0000
commit830247a47cb457d88217897539fd950ffe620b3f (patch)
tree29692fad70cb4d1781fdb43781dbca5da4452c7f /perl.h
parent1bf58a174f932d85d29e9eaedda4c28fbd71624c (diff)
downloadperl-830247a47cb457d88217897539fd950ffe620b3f.tar.gz
[PATCH 5.7.0] make regcomp reenterable
Date: Fri, 17 Nov 2000 20:35:11 -0500 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.7.0] make regcomp reenterable From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Fri, 17 Nov 2000 21:03:47 -0500 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu> Plus a little bit of tweaking in pregcomp(). p4raw-id: //depot/perl@7741
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index ea46276c2f..08115d4747 100644
--- a/perl.h
+++ b/perl.h
@@ -1476,6 +1476,7 @@ struct perl_mstats {
UV *bucket_available_size;
UV nbuckets;
};
+struct RExC_state_t;
typedef MEM_SIZE STRLEN;