Can I find what #defines's the pre-processor makes?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Can I find what #defines's the pre-processor makes?
- From: "Dr. David Kirkby" <david.kirkby@xxxxxxxxxx>
- Date: Thu, 26 Nov 2009 17:19:47 +0000
- User-agent: Thunderbird 2.0.0.21 (X11/20090323)
I know if I use gcc, it will define __GNUC__, and no doubt many other things
too. Does anyone know how to get a list of them all? Is there a command I can
execute which will list them?
I'd rather a command, than a pointer to documentation, as I want to do this on a
gcc-like complier from Sun, which has a gcc-front end, but uses Sun's superior
back end, to generate faster code. I want to know what that defines, but since
it acts like gcc, anything that works on gcc should work on that too.
Dave
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]