aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-02-14 21:23:22 +0100
committerMatthias Andree <matthias.andree@gmx.de>2020-02-14 21:23:22 +0100
commit4337d1d4f4332df1e78d4c5d1e56f805acfd099a (patch)
treead91c4789df8dcb2437b6c7bafca5109e68e4609
parent03a2ddbad0ceb87db1ee199112949bf65f53c63b (diff)
downloadfetchmail-4337d1d4f4332df1e78d4c5d1e56f805acfd099a.tar.gz
fetchmail-4337d1d4f4332df1e78d4c5d1e56f805acfd099a.tar.bz2
fetchmail-4337d1d4f4332df1e78d4c5d1e56f805acfd099a.zip
Remove yydebug definition, to make C++ compatible.
Fixes regression from d81c4e0 when compiling with C++ compiler.
-rw-r--r--rcfile_y.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 774f7155..705bbbf1 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -37,8 +37,6 @@ struct query cmd_opts; /* where to put command-line info */
/* parser sets these */
struct query *querylist; /* head of server list (globally visible) */
-int yydebug; /* in case we didn't generate with -- debug */
-
static struct query current; /* current server record */
static int prc_errflag;
static struct hostdata *leadentry;