From 3fff342746894147cd83bf8e339f63346475018a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 22 Dec 2011 21:41:00 -0800 Subject: =?UTF-8?q?Eliminate=20=E2=80=98negative=E2=80=99=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we have hints in $^H to indicate the default feature bun- dle, there is no need for entries in %^H that turn features off by their presence. --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 22886ed939..27d63a9ff8 100644 --- a/embed.fnc +++ b/embed.fnc @@ -2574,6 +2574,6 @@ op |void |populate_isa |NN const char *name|STRLEN len|... : Used in keywords.c and toke.c Xop |bool |feature_is_enabled|NN const char *const name \ - |STRLEN namelen|bool negate + |STRLEN namelen : ex: set ts=8 sts=4 sw=4 noet: -- cgit v1.2.1