This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Preprocess, but do not expand macros?
- From: Larry Riedel <larryr at saturn dot sdsu dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: 3 Jul 2002 00:12:42 -0000
- Subject: Preprocess, but do not expand macros?
- Reply-to: Larry Riedel <larryr at saturn dot sdsu dot edu>
Is there a simple way for me to tell gcc/cpp to run
the preprocessor, but do nothing more than remove the
code which would not be present after if/ifdef/ifndef?
I can do "gcc -E" but that expands macros, puts line
numbers in, etc.
Larry