mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Restored :BIG-ENDIAN and :LITTLE-ENDIAN features, because it is needed by CLX.
This commit is contained in:
parent
950704f7d1
commit
78442fa7bc
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue