From: Michael Stapelberg Date: Mon, 14 Mar 2011 22:08:33 +0000 (+0100) Subject: cmdparse: expect 4 shift/reduce conflicts X-Git-Tag: tree-pr3~126 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b21137b2c059c9e0c21832f309ada7c35ffbdeb1;p=i3%2Fi3 cmdparse: expect 4 shift/reduce conflicts --- diff --git a/src/cmdparse.y b/src/cmdparse.y index 14fbbf90..476f7977 100644 --- a/src/cmdparse.y +++ b/src/cmdparse.y @@ -90,6 +90,7 @@ char *parse_cmd(const char *new) { %} +%expect 4 %error-verbose %lex-param { struct context *context }