summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-11-14 01:38:31 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-14 09:36:17 +0000
commit5c9f2f80687045b87774a34dbc9e34d855fbfd1f (patch)
tree2ced73d95b269436f78e72d5d5176856c98ae22c /regexp.h
parent542fa716385f08c64e1dc5ef1d9ceacf2ee69d29 (diff)
downloadperl-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/regexp.h b/regexp.h
index f71aefa7c8..8d08682290 100644
--- a/regexp.h
+++ b/regexp.h
@@ -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) { \