This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Merge similar OS sections:
[perl5.git] / feature.h
index 27dfd51..838d648 100644 (file)
--- a/feature.h
+++ b/feature.h
         FEATURE_IS_ENABLED("unieval")) \
     )
 
+#define FEATURE_MYREF_IS_ENABLED \
+    ( \
+       CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+        FEATURE_IS_ENABLED("myref") \
+    )
+
 #define FEATURE_UNICODE_IS_ENABLED \
     ( \
        (CURRENT_FEATURE_BUNDLE >= FEATURE_BUNDLE_511 && \