Ok ....can you tell me what directives does it provide to do what I have said . And I am not a beginner to gcc.
1. Repeating a block a certain number of times for example repeat expr foo() end Then you can call expr 5 to have foo called 5 times. 2. Multiline macros with new lines Using #defines with escape characters is very clumsy and it just concatenates it into one line as far as I understand. Please correct me if that is wrong. 3. Setting a symbolic constant inside a #define for example #set a i+1 foo(a) Thanks for any help dz On 4/18/07, Joe Buck <[EMAIL PROTECTED]> wrote:
On Wed, Apr 18, 2007 at 09:07:07PM -0400, drizzle drizzle wrote: > Can some one tell me if gcc preprocessor can support in some way > the following > features You are asking a beginner C programming question. gcc's preprocessor does what standard C preprocessors do.