diff options
Diffstat (limited to 'yacc.c')
| -rw-r--r-- | yacc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -837,6 +837,8 @@ nexttk() die("identifier too long"); c = fgetc(fin); } + if (p == idnt) + die("unknown token"); *p = 0; if (strcmp(idnt, "%")==0) if (c=='{') |
