From 2846acbffa436a8a6bda1f5b38257b700500bbf0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 22 Dec 2011 20:37:59 -0800 Subject: Use new feature-testing macros Instead of using FEATURE_IS_ENABLED("say"), etc., now use FEATURE_SAY_IS_ENABLED instead. These new macros, in feature.h, also check feature bundle hints in PL_hints, so we can start using those hints. Two commits ago, feature.pm started setting them. --- keywords.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keywords.h') diff --git a/keywords.h b/keywords.h index 142ee0f939..ea200fc31c 100644 --- a/keywords.h +++ b/keywords.h @@ -270,5 +270,5 @@ #define KEY_y 254 /* Generated from: - * 76ce12941a02bdb120222155311eb8772ba4a4e8965a42ba347a077cac5b426e regen/keywords.pl + * 29732a698b229f9e5f475fbb191f71c335c9e8d05b6168fe29e61c34c4f10bd2 regen/keywords.pl * ex: set ro: */ -- cgit v1.2.1