From 1c10c414e45ccedc8999f7dd95889fce6f6890ff Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 23 Feb 2010 10:06:44 +0100 Subject: Silence bison warning about 2 shift/reduce conflicts --- rcfile_y.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rcfile_y.y b/rcfile_y.y index c28c6b42..e57973b6 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -80,6 +80,8 @@ extern char * yytext; %token PRINCIPAL ESMTPNAME ESMTPPASSWORD %token TRACEPOLLS +%expect 2 + %% rcfile : /* empty */ -- cgit v1.2.3