From ebd2568602497a1cca32683caa01bc948f2637f1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Sep 2012 22:02:42 -0700 Subject: Add experimental lexical_subs feature --- feature.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'feature.h') diff --git a/feature.h b/feature.h index dc9696ec9c..215a4d5046 100644 --- a/feature.h +++ b/feature.h @@ -81,6 +81,12 @@ FEATURE_IS_ENABLED("__SUB__")) \ ) +#define FEATURE_LEXSUBS_IS_ENABLED \ + ( \ + CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ + FEATURE_IS_ENABLED("lexsubs") \ + ) + #define FEATURE_UNIEVAL_IS_ENABLED \ ( \ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \ -- cgit v1.2.1