parser: ignore errors

This commit is contained in:
Michael Stapelberg 2010-02-14 16:59:22 +01:00
parent 2af2bc36c9
commit e78bb02082
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ void parse_file(const char *f) {
lines: /* empty */
| lines WHITESPACE line
| lines error
| lines line
;