Restored :BIG-ENDIAN and :LITTLE-ENDIAN features, because it is needed by CLX.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-11-20 00:30:44 +01:00
parent 950704f7d1
commit 78442fa7bc

View file

@ -111,6 +111,11 @@ ecl_def_string_array(feature_names,static,const) = {
#endif
#ifdef ECL_RWLOCK
ecl_def_string_array_elt("ECL-READ-WRITE-LOCK"),
#endif
#ifdef WORDS_BIGENDIAN
ecl_def_string_array_elt("BIG-ENDIAN"),
#else
ecl_def_string_array_elt("LITTLE-ENDIAN"),
#endif
ecl_def_string_array_elt(0)
};