aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-02-23 10:06:44 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-02-23 11:07:42 +0100
commit1c10c414e45ccedc8999f7dd95889fce6f6890ff (patch)
tree153ffbbf2dfcc42b2955ce460e8218a8338ec1f6
parent8d1ada41a50c736ab1e0b127f783ac4047aa4f14 (diff)
downloadfetchmail-1c10c414e45ccedc8999f7dd95889fce6f6890ff.tar.gz
fetchmail-1c10c414e45ccedc8999f7dd95889fce6f6890ff.tar.bz2
fetchmail-1c10c414e45ccedc8999f7dd95889fce6f6890ff.zip
Silence bison warning about 2 shift/reduce conflicts
-rw-r--r--rcfile_y.y2
1 files changed, 2 insertions, 0 deletions
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 */