This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OS/2 update
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index a7d217c..ab24eb0 100644 (file)
--- 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)