e I got the impression that the
> symbols
> shouldn't be defined if the already were defined?
"linux" is defined built-in (as 1) when compiling on Linux, so our
addition of "-Dlinux=linux" to CFLAGS (which we consider a safer define
for platform names in general) triggers
Hello.
After the change to set the value of the define linux to linux the compiler
complains:
:1:1: warning: "linux" redefined
: warning: this is the location of the previous definition
When I read the description of the change I got the impression that the symbols
shouldn't be defined if the al