summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/feature.h b/feature.h
index a56ac8b51f..6c99c2af98 100644
--- a/feature.h
+++ b/feature.h
@@ -52,8 +52,7 @@
#define FEATURE_ARYBASE_IS_ENABLED \
( \
- (CURRENT_FEATURE_BUNDLE >= FEATURE_BUNDLE_DEFAULT && \
- CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_511) \
+ CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_511 \
|| (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
FEATURE_IS_ENABLED_d("arybase")) \
)