URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr39648.c] - Rev 688
Compare with Previous | Blame | View Log
void yysyntax_error (char *yyp) { char const *yyf; char yyformat[5]; yyf = yyformat; while ((*yyp = *yyf) != '\0') { if (yyf[1] == 's') yyf += 2; } }