diff options
Diffstat (limited to 'Src/lex.c')
-rw-r--r-- | Src/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -778,6 +778,7 @@ gettok(void) bptr = tokstr = (char *)hcalloc(bsiz = 32); add(c); } + ihwend(); while ((c = ingetc()) != '\n' && !lexstop) { hwaddc(c); addtoline(c); |