summaryrefslogtreecommitdiff
path: root/mg.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1994-05-04 23:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1994-05-04 23:00:00 +0000
commit85e6fe838fb25b257a1b363debf8691c0992ef71 (patch)
treefd5340cd6c3bbabfc21d3b0cac48e7ab3a481ebf /mg.h
parent2304df62caa7d9be70e8b8bcdb454e139c9c103d (diff)
downloadperl-85e6fe838fb25b257a1b363debf8691c0992ef71.tar.gz
perl 5.0 alpha 9perl-5a9
[editor's note: the sparc executables have not been included, and emacs backup files have been removed]
Diffstat (limited to 'mg.h')
-rw-r--r--mg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg.h b/mg.h
index c18c4262ab..b2cd7d6f59 100644
--- a/mg.h
+++ b/mg.h
@@ -28,5 +28,6 @@ struct magic {
};
#define MGf_TAINTEDDIR 1
+#define MGf_REFCOUNTED 2
#define MgTAINTEDDIR(mg) (mg->mg_flags & MGf_TAINTEDDIR)
#define MgTAINTEDDIR_on(mg) (mg->mg_flags |= MGf_TAINTEDDIR)