diff options
author | Gisle Aas <gisle@activestate.com> | 2006-03-26 09:15:01 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-03-26 09:15:01 +0000 |
commit | fb922331c31f6f32208e6e42c889d32cdc6d03d9 (patch) | |
tree | d98ed5961d37dac768c27b765e4bf10a70bba682 /regexp.h | |
parent | 90b9a7138c62121899b952367470c97e6a83988d (diff) | |
download | perl-fb922331c31f6f32208e6e42c889d32cdc6d03d9.tar.gz |
REXEC_ML is unused.
p4raw-id: //depot/perl@27610
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -133,7 +133,6 @@ typedef struct regexp { #define REXEC_SCREAM 0x04 /* use scream table. */ #define REXEC_IGNOREPOS 0x08 /* \G matches at start. */ #define REXEC_NOT_FIRST 0x10 /* This is another iteration of //g. */ -#define REXEC_ML 0x20 /* $* was set. */ #define ReREFCNT_inc(re) ((void)(re && re->refcnt++), re) #define ReREFCNT_dec(re) CALLREGFREE(aTHX_ re) |