Re: Defining cmd line symbolic literals

2006-12-18 Thread Ian Lance Taylor
"Mohamed Shafi" <[EMAIL PROTECTED]> writes: > I am building a GCC Compiler. I have some ifdef checks in the compiler > source code. In case i define a symbolic literal in command line while > compiling a sample program, I want that set of statements to be > invoked after ifdef checks. > > e.g. >

Defining cmd line symbolic literals

2006-12-17 Thread Mohamed Shafi
Hello all, I am building a GCC Compiler. I have some ifdef checks in the compiler source code. In case i define a symbolic literal in command line while compiling a sample program, I want that set of statements to be invoked after ifdef checks. e.g. GCC Source: #ifdef SHAFI_DEBUG printf("\n Shaf