summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-22 23:40:27 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-17 11:24:07 -0700
commit82d83da3ceaec700e85d7b7369710491e390fe97 (patch)
treec483ed96d249a96f8c53d767a6a7f5c4bc426e31 /feature.h
parent88d5dae95a82e68de5736f2a3d81e179e1aa9546 (diff)
downloadperl-82d83da3ceaec700e85d7b7369710491e390fe97.tar.gz
Add declared_refs feature feature
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/feature.h b/feature.h
index 27dfd51828..838d64883b 100644
--- a/feature.h
+++ b/feature.h
@@ -118,6 +118,12 @@
FEATURE_IS_ENABLED("unieval")) \
)
+#define FEATURE_MYREF_IS_ENABLED \
+ ( \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED("myref") \
+ )
+
#define FEATURE_UNICODE_IS_ENABLED \
( \
(CURRENT_FEATURE_BUNDLE >= FEATURE_BUNDLE_511 && \