Erik Hofman wrote:
> There is a compiler directive:
>
> #if BYTE_ORDER == BIG_ENDIAN
> #else
> #endif

I've never heard of this one.  Is it a standard thing, or a common
extension?

It works fine under my copy of gcc, but oddly it does *not* appear to
act like a preprocessor define.  It doesn't show up in the output of
"echo | gcc -dD -E -", for example, even though many other
compiler-defined symbols are there.

Very strange.  Does this work on all our platforms?  If so, we can
call this case closed.  I'd really appreciate a link to appropriate
documentation, though, if you have it. :)

Andy


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to