"Joel E. Denny" <[EMAIL PROTECTED]> writes: > - int yytoken; > + int yytoken]b4_push_if([], [[ = 0]])[;
How about if we leave this line alone, and put an initialization statement 'yytoken = 0;' elsewhere? That sounds a bit cleaner. Similarly for the other initializations like this. Other than that, it looks OK to me.
