diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 2f6148711a4..7e4657c1586 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -23,9 +23,6 @@ Boston, MA 02111-1307, USA. */ /* This file is the lexical analyzer for GNU C++. */ -/* Cause the `yydebug' variable to be defined. */ -#define YYDEBUG 1 - #include "config.h" #include "system.h" #include "input.h" @@ -846,22 +843,6 @@ print_parse_statistics () #endif } -/* Sets the value of the 'yydebug' variable to VALUE. - This is a function so we don't have to have YYDEBUG defined - in order to build the compiler. */ - -void -cxx_set_yydebug (value) - int value; -{ -#if YYDEBUG != 0 - extern int yydebug; - yydebug = value; -#else - warning ("YYDEBUG not defined"); -#endif -} - /* Helper function to load global variables with interface information. */ |