Find the available preprocessor macros: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 May 2009

  • curprev 14:0414:04, 16 May 2009Laibsch talk contribs 243 bytes +243 New page: '''Q: A build fails and I need to know which preprocessor macros are available.''' First create an empty file and the run your gcc like this: touch tmp.c gcc <your gcc options> -E -dM ...