From b9a36c95eb3774221010dacb932ad1c45b709677 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 15 Sep 2013 16:20:58 -0700 Subject: Add postderef feature feature --- feature.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'feature.h') diff --git a/feature.h b/feature.h index 215a4d5046..ef458585b4 100644 --- a/feature.h +++ b/feature.h @@ -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 \ -- cgit v1.2.1