From 9bb1b0b73b9a71341d28f97bbb786ee01a92ef7c Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Tue, 2 May 2017 14:57:29 +0200 Subject: [PATCH] ecl: add package-local-nicknames feature --- src/c/ecl_features.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c/ecl_features.h b/src/c/ecl_features.h index c3090af89..44de27605 100644 --- a/src/c/ecl_features.h +++ b/src/c/ecl_features.h @@ -19,6 +19,7 @@ ecl_def_string_array(feature_names,static,const) = { ecl_def_string_array_elt("FFI"), ecl_def_string_array_elt("PREFIXED-API"), ecl_def_string_array_elt("CDR-14"), + ecl_def_string_array_elt("PACKAGE-LOCAL-NICKNAMES"), #ifdef ECL_IEEE_FP ecl_def_string_array_elt("IEEE-FLOATING-POINT"), #endif