From cec892e70ee3421ec1820fe8e5df17cb07e1a686 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 3 Jan 2015 22:20:17 -0800 Subject: Add bitwise feature feature --- feature.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'feature.h') diff --git a/feature.h b/feature.h index 370896e01e..ba796eb8bd 100644 --- a/feature.h +++ b/feature.h @@ -60,6 +60,12 @@ FEATURE_IS_ENABLED("switch")) \ ) +#define FEATURE_BITWISE_IS_ENABLED \ + ( \ + CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ + FEATURE_IS_ENABLED("bitwise") \ + ) + #define FEATURE_EVALBYTES_IS_ENABLED \ ( \ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \ -- cgit v1.2.1