summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2012-01-09 02:44:16 -0300
committerKarl Williamson <public@khwilliamson.com>2012-01-29 10:07:40 -0700
commit2a4315f8fb099a3fd3bbd5d9994af3919a6c5b05 (patch)
treec8d072bd39344d9d28c511f1412cfc74967f3424 /feature.h
parentb36bf33f6564c3e9a9ff131f4f3c9980b7a8af15 (diff)
downloadperl-2a4315f8fb099a3fd3bbd5d9994af3919a6c5b05.tar.gz
Add the fc keyword in regen/feature.pl
It doesn't do anything yet.
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/feature.h b/feature.h
index 60bf41d6a5..b595cabf94 100644
--- a/feature.h
+++ b/feature.h
@@ -27,6 +27,13 @@
/* The longest string we pass in. */
#define MAX_FEATURE_LEN (sizeof("evalbytes")-1)
+#define FEATURE_FC_IS_ENABLED \
+ ( \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \
+ || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED("fc")) \
+ )
+
#define FEATURE_SAY_IS_ENABLED \
( \
(CURRENT_FEATURE_BUNDLE >= FEATURE_BUNDLE_510 && \