diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-21 07:59:41 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-21 07:59:41 +0000 |
commit | e7ba2dde1be71475ca9e13475a5da793e6e71492 (patch) | |
tree | 92fc7d77b93be740bc71187341a0164e93242b61 /bin/pdksh/lex.c | |
parent | 348b1798b3067a1b3e79d9460d7f51a07ccd44ef (diff) |
Update to 5.2.12.
Diffstat (limited to 'bin/pdksh/lex.c')
-rw-r--r-- | bin/pdksh/lex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pdksh/lex.c b/bin/pdksh/lex.c index 6c11aa00c11..3b8a3dd63ee 100644 --- a/bin/pdksh/lex.c +++ b/bin/pdksh/lex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lex.c,v 1.4 1996/10/13 21:32:19 downsj Exp $ */ +/* $OpenBSD: lex.c,v 1.5 1996/11/21 07:59:32 downsj Exp $ */ /* * lexical analysis and source input @@ -871,6 +871,7 @@ getsc__() s = source; /* avoid reading eof twice */ s->str = NULL; + break; } } continue; |