diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 14:14:51 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 14:14:51 +0100 |
commit | 595d6b354aeef9db4f106e37fe5cccc4b80ec087 (patch) | |
tree | 552c63ca4515a95948f5a6202f0f6dfcff4c956b | |
parent | aeaf1d4e9aa13207eeff857657ab2b418e46c95c (diff) | |
download | fetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.tar.gz fetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.tar.bz2 fetchmail-595d6b354aeef9db4f106e37fe5cccc4b80ec087.zip |
rcfile_y.y: drop yytoknum cast, incompatible with bison 3.8
This causes configuration failures with newer Bison versions.
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -461,8 +461,6 @@ int prc_parse_file (const char *pathname, const flag securecheck) prc_errflag = 0; querylist = hosttail = (struct query *)NULL; - (void)yytoknum; /* work around compiler warning */ - errno = 0; /* Check that the file is secure */ |