From: Alexandru P. <al...@gm...> - 2024-11-14 08:32:36
|
Hi Bruno, ср, 13 нояб. 2024 г. в 21:55, Bruno Haible <br...@cl...>: > Alexandru Popa wrote on 2024-11-04: > > 1. **features** lists *:UNIX* and *:OS-UNIX*, but does not list *:HAIKU* > / > > *:OS-HAIKU*. > > In my builds, the last element of *features* is :HAIKU. > How come that it's not the same in your builds? > It comes from spvw.d line 1993 I can see in src/spvw.d, lines 1980-1982, 1992-1994 the following: #ifdef UNIX " :UNIX" #endif ... #ifdef UNIX_HAIKU " :HAIKU" #endif Still in my build of CLISP *features* list :UNIX (last) but not :HAIKU. Where the definition "#ifdef UNIX_HAIKU" comes from? AFAIK, the standard Haiku macro is "#ifdef __HAIKU__". Alexandru. |