From 4337d1d4f4332df1e78d4c5d1e56f805acfd099a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 14 Feb 2020 21:23:22 +0100 Subject: Remove yydebug definition, to make C++ compatible. Fixes regression from d81c4e0 when compiling with C++ compiler. --- rcfile_y.y | 2 -- 1 file changed, 2 deletions(-) (limited to 'rcfile_y.y') 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; -- cgit v1.2.3