This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for e0c6a6b8c9
[perl5.git] / feature.h
index c6c71e3..370896e 100644 (file)
--- a/feature.h
+++ b/feature.h
         FEATURE_IS_ENABLED("__SUB__")) \
     )
 
-#define FEATURE_LVREF_IS_ENABLED \
+#define FEATURE_REFALIASING_IS_ENABLED \
     ( \
        CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
-        FEATURE_IS_ENABLED("lvref") \
+        FEATURE_IS_ENABLED("refaliasing") \
     )
 
 #define FEATURE_LEXSUBS_IS_ENABLED \