diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-02-14 21:23:22 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-02-14 21:23:22 +0100 |
commit | 4337d1d4f4332df1e78d4c5d1e56f805acfd099a (patch) | |
tree | ad91c4789df8dcb2437b6c7bafca5109e68e4609 | |
parent | 03a2ddbad0ceb87db1ee199112949bf65f53c63b (diff) | |
download | fetchmail-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.y | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |