]> git.sur5r.net Git - i3/i3/commitdiff
cmdparse: expect 4 shift/reduce conflicts
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 22:08:33 +0000 (23:08 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 22:08:33 +0000 (23:08 +0100)
src/cmdparse.y

index 14fbbf907e81f8d01d64d077b71a2fc2bc8bfab9..476f7977dd2823b4eaff025ba6b9f6a2d708b31d 100644 (file)
@@ -90,6 +90,7 @@ char *parse_cmd(const char *new) {
 
 %}
 
+%expect 4
 %error-verbose
 %lex-param { struct context *context }