From: Michael Stapelberg Date: Sun, 14 Feb 2010 15:59:22 +0000 (+0100) Subject: parser: ignore errors X-Git-Tag: 3.e~6^2~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e78bb020823490bac5b7645591faf1c1e73af9d0;p=i3%2Fi3 parser: ignore errors --- 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 ;