X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/fc4b5f72837b3df426905782485aee7b794cb692..e6afd14589235a50ef7aa8ed0ed8c685dd3116d3:/feature.h?ds=sidebyside diff --git a/feature.h b/feature.h index dc9696e..215a4d5 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 \