/* Permuted index for GNU, with keywords in their context.
- Copyright (C) 1990, 1991, 1993, 1998-2002 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1993, 1998-2003 Free Software Foundation, Inc.
François Pinard <pinard@iro.umontreal.ca>, 1988.
This program is free software; you can redistribute it and/or modify
char *cursor; /* running cursor in source text */
printf ("\\%s ", macro_name);
- fputs ("{", stdout);
+ putchar ('{');
print_field (tail);
fputs ("}{", stdout);
print_field (before);
print_field (after);
fputs ("}{", stdout);
print_field (head);
- fputs ("}", stdout);
+ putchar ('}');
if (auto_reference || input_reference)
{
- fputs ("{", stdout);
+ putchar ('{');
print_field (reference);
- fputs ("}", stdout);
+ putchar ('}');
}
- fputs ("\n", stdout);
+ putchar ('\n');
}
/*-------------------------------------------------------------------.
print_field (reference);
}
- fputs ("\n", stdout);
+ putchar ('\n');
}
/*------------------------------------------------------------------------.