This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach Deparse about coderefs in stashes
[perl5.git] / feature.h
index c98a5b3..698302c 100644 (file)
--- a/feature.h
+++ b/feature.h
         FEATURE_IS_ENABLED("arybase")) \
     )
 
+#define FEATURE_SIGNATURES_IS_ENABLED \
+    ( \
+       CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+        FEATURE_IS_ENABLED("signatures") \
+    )
+
 #define FEATURE___SUB___IS_ENABLED \
     ( \
        CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \