rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit fbeb8501cdbf8f640605e3c05551fd71e5cc33a3
parent 8f6cdbf1e60d882598cd649000d13cd9859d8cc9
Author: Toby Goodwin <toby@paccrat.org>
Date:   Sat,  4 Apr 2015 12:46:13 +0100

typo (thanks Jakub Wilk)

Diffstat:
Mlex.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lex.c b/lex.c @@ -349,7 +349,7 @@ extern void yyerror(const char *s) { } extern void scanerror(char *s) { - skiptonl(); /* flush upto newline */ + skiptonl(); /* flush up to newline */ yyerror(s); errset = prerror = TRUE; }