summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-20 11:12:37 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-10 21:53:47 -0700
commit7b1dc818da6dbd8d997858a2acf6a6edf11757e0 (patch)
tree5e93c81165ac528dbd8b07e40c2b57b11c677bbe /feature.h
parent82f82fdb58cb3bf9651ec1ba6904780eb1105021 (diff)
downloadperl-7b1dc818da6dbd8d997858a2acf6a6edf11757e0.tar.gz
Add lvalue_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 698302c43f..c6c71e331e 100644
--- a/feature.h
+++ b/feature.h
@@ -93,6 +93,12 @@
FEATURE_IS_ENABLED("__SUB__")) \
)
+#define FEATURE_LVREF_IS_ENABLED \
+ ( \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED("lvref") \
+ )
+
#define FEATURE_LEXSUBS_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \