Preprocess, but do not expand macros?

Gokhan Kisacikoglu kisa@centropolisfx.com
Tue Jul 2 17:45:00 GMT 2002


Well the macros, namely "define" statements, are part of the
preprocessor directives. I never heard of the execution of the
preprocessor directives partially in the way you describe...

Gokhan

Larry Riedel wrote:
> 
> 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



More information about the Gcc-help mailing list