From baabe3fb419f01704a85104dce71b0c631a4a373 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 17 Oct 2014 18:07:47 -0700 Subject: Rename lvalue references Also correct the description of lvref magic. When it was first added, it was for list assignments only, but that soon changed. --- feature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feature.h') diff --git a/feature.h b/feature.h index c6c71e331e..370896e01e 100644 --- a/feature.h +++ b/feature.h @@ -93,10 +93,10 @@ 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 \ -- cgit v1.2.1