From: Gisle Aas Date: Sun, 26 Mar 2006 09:15:01 +0000 (+0000) Subject: REXEC_ML is unused. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb922331c31f6f32208e6e42c889d32cdc6d03d9;p=p5sagit%2Fp5-mst-13.2.git REXEC_ML is unused. p4raw-id: //depot/perl@27610 --- diff --git a/regexp.h b/regexp.h index 3ff959c..2f2997a 100644 --- a/regexp.h +++ b/regexp.h @@ -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)