[9fans] preprocessing C code

2009-07-14 Thread cej
Hi all, I'm APE-porting some programs densely peppered wioth #-directives. Is there a way to preprocess the code, say: #define CLIENTSERVER0 #if CLIENTSERVER blah blah blah... #else //some useful code here #endif /*CLIENTSERVER*/ to get: //some useful code here ?? I mean, just to

Re: [9fans] preprocessing C code

2009-07-14 Thread Steve Simon
I'm APE-porting some programs densely peppered wioth #-directives. I have this too, try: contrib/install steve/unifdef -Steve

Re: [9fans] preprocessing C code

2009-07-14 Thread cej
Thanks, going there, Peter. -Original Message- I'm APE-porting some programs densely peppered wioth #-directives. I have this too, try: contrib/install steve/unifdef -Steve winmail.dat