summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-15 22:02:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:45:11 -0700
commitebd2568602497a1cca32683caa01bc948f2637f1 (patch)
treef98cc4bf1a7c4521170d6099067cba9c5271eac5 /feature.h
parent301381dc4c17004a66294b221c6cce2e4e4f1e1f (diff)
downloadperl-ebd2568602497a1cca32683caa01bc948f2637f1.tar.gz
Add experimental lexical_subs 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 dc9696ec9c..215a4d5046 100644
--- a/feature.h
+++ b/feature.h
@@ -81,6 +81,12 @@
FEATURE_IS_ENABLED("__SUB__")) \
)
+#define FEATURE_LEXSUBS_IS_ENABLED \
+ ( \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED("lexsubs") \
+ )
+
#define FEATURE_UNIEVAL_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \