diff options
Diffstat (limited to 'feature.h')
-rw-r--r-- | feature.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 && \ |