I noticed that "set debug parser 1" did not affect Ada parsing. This
patch fixes the problem.
Because this is rarely useful, and pretty much only for maintainers, I
didn't write a test case.
gdb_assert (par_state != NULL);
pstate = par_state;
+ scoped_restore restore_yydebug = make_scoped_restore (&yydebug,
+ parser_debug);
+
lexer_init (yyin); /* (Re-)initialize lexer. */
obstack_free (&temp_parse_space, NULL);
obstack_init (&temp_parse_space);