This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Preprocessor manual pages identify "gcc" as "cpp"
- From: Bill Luoma <Bill dot Luoma at bluefly dot com>
- To: "'gcc at gnu dot org'" <gcc at gnu dot org>
- Date: Fri, 9 Aug 2002 11:10:09 -0400
- Subject: Preprocessor manual pages identify "gcc" as "cpp"
upper and lower case both seem to be affected.
haven't checked if this affects other parts of the manual.
your friend,
Bill Luoma
<<--version
Print out GNU CPP's version number. With one dash, proceed to preprocess as
normal. With two dashes, exit immediately.
Instead of the normal output, generate a list of #define directives for all
the macros defined during the execution of the preprocessor, including
predefined macros. This gives you a way of finding out what is predefined in
your version of the preprocessor. Assuming you have no file foo.h, the
command
touch foo.h; cpp -dM foo.h
will show all the predefined macros.>>
http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Preprocessor-Options.html#Preproce
ssor%20Options