summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature.h b/feature.h
index 6c99c2af98..31547fbcff 100644
--- a/feature.h
+++ b/feature.h
@@ -54,7 +54,7 @@
( \
CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_511 \
|| (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
- FEATURE_IS_ENABLED_d("arybase")) \
+ FEATURE_IS_ENABLED("arybase")) \
)
#define FEATURE___SUB___IS_ENABLED \