]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ada-exp.y
This commit was manufactured by cvs2svn to create branch 'readline_4_3
[thirdparty/binutils-gdb.git] / gdb / ada-exp.y
index 7d46dd2cf8b749fa7a890ccf995815df41baa723..67185a3e497dd99791ce1763669a0bb68c96c87d 100644 (file)
@@ -92,9 +92,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define yytoks ada_toks                /* With YYDEBUG defined */
 
 #ifndef YYDEBUG
-#define        YYDEBUG 0               /* Default to no yydebug support */
+#define        YYDEBUG 1               /* Default to yydebug support */
 #endif
 
+#define YYFPRINTF parser_fprintf
+
 struct name_info {
   struct symbol* sym;
   struct minimal_symbol* msym;