| # | Line 407 | Line 407 | char *err; | |
|---|---|---|
| 407 | eputs(infile != NULL ? ", line " : "line "); | |
| 408 | eputs(ltoa((long)lineno)); | |
| 409 | } | |
| 410 | < | eputs(": syntax error:\n"); |
| 410 | > | eputs(":\n"); |
| 411 | } | |
| 412 | eputs(linbuf); | |
| 413 | if (linbuf[strlen(linbuf)-1] != '\n') | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |