Martin Spott wrote:
> Can anyone give me a hint on how to determine the defines that are
> set by the compiler itself ?

With a gcc variant, you can do something like:

   echo | gcc -E -dM -

This is kinda fun, you can watch how the built-in defines changes as
you vary the optimization switches and language (g++/gcc).

More practically, this site seems to have good info, albeit not always
complete:

  http://predef.sourceforge.net/

Andy

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to