ECL now reports #+UNIX for all compatible systems, including *BSD ones.

This commit is contained in:
Juan Jose Garcia Ripoll 2013-04-13 00:15:11 +02:00
parent b47b1869c6
commit dbe13165bd
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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