mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
ECL now reports #+UNIX for all compatible systems, including *BSD ones.
This commit is contained in:
parent
b47b1869c6
commit
dbe13165bd
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
ECL 13.4.1
|
||||
==========
|
||||
|
||||
* Visible changes:
|
||||
|
||||
- ECL now reports #+UNIX for all compatible systems, including *BSD ones.
|
||||
|
||||
* Compiler fixes:
|
||||
|
||||
- Minor readability improvements in the C code.
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ ecl_def_string_array(feature_names,static,const) = {
|
|||
ecl_def_string_array_elt("OLD-LOOP"),
|
||||
#endif
|
||||
ecl_def_string_array_elt("ECL-PDE"),
|
||||
#ifdef unix
|
||||
#if defined(unix) || defined(netbsd) || defined(openbsd) || defined(linux) || defined(darwin) || \
|
||||
defined(freebsd) || defined(dragonfly) || defined(kfreebsd) || defined(gnu) || defined(nsk)
|
||||
ecl_def_string_array_elt("UNIX"),
|
||||
#endif
|
||||
#ifdef BSD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue