This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make LEAVESUB() always immediately follow POPSUB()
[perl5.git] / feature.h
index dd98058..a527e06 100644 (file)
--- a/feature.h
+++ b/feature.h
@@ -78,9 +78,8 @@
 
 #define FEATURE_POSTDEREF_IS_ENABLED \
     ( \
-       CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_523 \
-     || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
-        FEATURE_IS_ENABLED("postderef")) \
+       CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
+        FEATURE_IS_ENABLED("postderef") \
     )
 
 #define FEATURE_ARYBASE_IS_ENABLED \