summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
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 698302c43f..c6c71e331e 100644
--- a/feature.h
+++ b/feature.h
@@ -93,6 +93,12 @@
FEATURE_IS_ENABLED("__SUB__")) \
)
+#define FEATURE_LVREF_IS_ENABLED \
+ ( \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED("lvref") \
+ )
+
#define FEATURE_LEXSUBS_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \