diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-20 11:12:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:53:47 -0700 |
commit | 7b1dc818da6dbd8d997858a2acf6a6edf11757e0 (patch) | |
tree | 5e93c81165ac528dbd8b07e40c2b57b11c677bbe /feature.h | |
parent | 82f82fdb58cb3bf9651ec1ba6904780eb1105021 (diff) | |
download | perl-7b1dc818da6dbd8d997858a2acf6a6edf11757e0.tar.gz |
Add lvalue_refs feature feature
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 && \ |