summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-02-07 18:08:19 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-02-15 13:31:15 +0000
commit02547a384a2ae92e50145aeaa1045e3177cf9ec5 (patch)
treef59c9cdf6dce0c9c93ea86d58fd67f0d1f237b20 /feature.h
parent157bd0a33a7b8191e671b32554eb0018b57f314c (diff)
downloadperl-02547a384a2ae92e50145aeaa1045e3177cf9ec5.tar.gz
Add 'isa' to 'use feature :5.35'
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/feature.h b/feature.h
index ca44a23fd3..ac9a0dde24 100644
--- a/feature.h
+++ b/feature.h
@@ -63,8 +63,9 @@
#define FEATURE_ISA_IS_ENABLED \
( \
- CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
- FEATURE_IS_ENABLED_MASK(FEATURE_ISA_BIT) \
+ CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_535 \
+ || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+ FEATURE_IS_ENABLED_MASK(FEATURE_ISA_BIT)) \
)
#define FEATURE_SAY_IS_ENABLED \