diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-15 16:20:58 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:09 -0400 |
commit | b9a36c95eb3774221010dacb932ad1c45b709677 (patch) | |
tree | 4315ca5945ae52645b36036240a956edbc7c488a /feature.h | |
parent | 76eba8ab520b5c85d3a1566e1ae17ca49faeccf1 (diff) | |
download | perl-b9a36c95eb3774221010dacb932ad1c45b709677.tar.gz |
Add postderef feature feature
Diffstat (limited to 'feature.h')
-rw-r--r-- | feature.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,6 +67,12 @@ FEATURE_IS_ENABLED("evalbytes")) \ ) +#define FEATURE_POSTDEREF_IS_ENABLED \ + ( \ + CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ + FEATURE_IS_ENABLED("postderef") \ + ) + #define FEATURE_ARYBASE_IS_ENABLED \ ( \ CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_511 \ |