int tl_yylex(int *cnt, size_t hasuform, char *uform, Miscellaneous *miscell, int *tl_yychar) { int c = tl_lex(cnt, hasuform, uform, miscell, tl_yychar); #if 0 printf("c = %d\n", c); #endif return c; }
int tl_yylex(void) { int c = tl_lex(); #if 0 printf("c = %d\n", c); #endif return c; }