summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/feature.h b/feature.h
index c6c71e331e..370896e01e 100644
--- a/feature.h
+++ b/feature.h
@@ -93,10 +93,10 @@
FEATURE_IS_ENABLED("__SUB__")) \
)
-#define FEATURE_LVREF_IS_ENABLED \
+#define FEATURE_REFALIASING_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
- FEATURE_IS_ENABLED("lvref") \
+ FEATURE_IS_ENABLED("refaliasing") \
)
#define FEATURE_LEXSUBS_IS_ENABLED \