What I would like to know is how do you determine what the choices
are for these types of #defines? The compiler obviously knows about
__GNUC__, and maybe __MWERKS__, but is there a way for me to query
the compiler about which ones of these it has defined?
Compiler flags and source language can change the built-in definitions.
(And, what is the proper terminology for these symbols? I would
happily google for this info if I knew what to call it.)
They're "preprocessor macros" or "preprocessor defines" (not symbols).
"built-in" might also be a useful search term.
--
Greg Parker email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden