This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Preprocess, but do not expand macros?


> > 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?
> 
> Not gcc nor cpp itself, but there is a tool out there in
> some OS's that is called "unifdef".

I see.  Yes, in fact the comp.lang.c FAQ says something
about it... oops.  It looks like there is an unifdef in
the source for FreeBSD which may compile elsewhere too.


Larry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]