From 748a93069b3d16374a9859d1456065dd3ae11394 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Sun, 12 Mar 1995 22:32:14 -0800 Subject: Perl 5.001 [See the Changes file for a list of changes] --- mg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mg.h') diff --git a/mg.h b/mg.h index a7d217cc46..ab24eb03ab 100644 --- a/mg.h +++ b/mg.h @@ -29,5 +29,8 @@ struct magic { #define MGf_TAINTEDDIR 1 #define MGf_REFCOUNTED 2 #define MGf_GSKIP 4 + +#define MGf_MINMATCH 1 + #define MgTAINTEDDIR(mg) (mg->mg_flags & MGf_TAINTEDDIR) #define MgTAINTEDDIR_on(mg) (mg->mg_flags |= MGf_TAINTEDDIR) -- cgit v1.2.1