From: Bruno H. <br...@cl...> - 2024-11-14 13:10:14
|
Alexandru Popa wrote: > Still in my build of CLISP *features* list :UNIX (last) but not :HAIKU. > Where the definition "#ifdef UNIX_HAIKU" comes from? It comes from lispbibl.d:315. > AFAIK, the standard Haiku macro is "#ifdef __HAIKU__". What's the result of these commands on your machine? $ : | gcc -E -dM - | grep -i haiku $ gcc -v |