diff options
author | Yves Orton <demerphq@gmail.com> | 2006-11-14 01:38:31 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-14 09:36:17 +0000 |
commit | 5c9f2f80687045b87774a34dbc9e34d855fbfd1f (patch) | |
tree | 2ced73d95b269436f78e72d5d5176856c98ae22c /regexp.h | |
parent | 542fa716385f08c64e1dc5ef1d9ceacf2ee69d29 (diff) | |
download | perl-5c9f2f80687045b87774a34dbc9e34d855fbfd1f.tar.gz |
Fwd: Memory leak with s/// and hashes
Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
p4raw-id: //depot/perl@29268
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -143,10 +143,6 @@ typedef struct regexp_engine { /* Stuff that needs to be included in the plugable extension goes below here */ -#define RE_DEBUG_BIT 0x20000000 -#define RX_DEBUG(prog) ((prog)->reganch & RE_DEBUG_BIT) -#define RX_DEBUG_on(prog) ((prog)->reganch |= RE_DEBUG_BIT) - #ifdef PERL_OLD_COPY_ON_WRITE #define RX_MATCH_COPY_FREE(rx) \ STMT_START {if (rx->saved_copy) { \ |