- fputs ("\n", foutput);
- fputs (_("Terminals, with rules where they appear"), foutput);
- fputs ("\n\n", foutput);
- fprintf (foutput, "%s (-1)\n", tags[0]);
+ obstack_sgrow (&output_obstack, "\n");
+ obstack_sgrow (&output_obstack,
+ _("Terminals, with rules where they appear"));
+ obstack_sgrow (&output_obstack, "\n\n");
+ obstack_fgrow1 (&output_obstack, "%s (-1)\n", tags[0]);