Subj : Re: How can I get rid of #define in my generated C code ...? To : comp.programming From : Thad Smith Date : Wed Oct 12 2005 01:20 am makc.the.great@gmail.com wrote: > Bahram wrote: > >>any switch I can specify ANYWHERE, including the C compiler, >>that would take the .c files... and get rid >>of all the #defines in the generated code. > > cl prog.c -D MYDEFINE -E > prognew.c What is cl? Thad .