From e78bb020823490bac5b7645591faf1c1e73af9d0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 14 Feb 2010 16:59:22 +0100 Subject: [PATCH] parser: ignore errors --- src/cfgparse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cfgparse.y b/src/cfgparse.y index 3879cf97..8d97401b 100644 --- a/src/cfgparse.y +++ b/src/cfgparse.y @@ -227,6 +227,7 @@ void parse_file(const char *f) { lines: /* empty */ | lines WHITESPACE line + | lines error | lines line ; -- 2.39.5