/* Match rules with nonterminals for bison,
- Copyright (C) 1984, 1989, 2000 Free Software Foundation, Inc.
+ Copyright 1984, 1989, 2000 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
*/
#include "system.h"
-#include "xalloc.h"
#include "types.h"
#include "gram.h"
#include "derives.h"
int i;
short *sp;
- printf (_("\n\n\nDERIVES\n\n"));
+ fputs ("\n\n\n", stdout);
+ printf (_("DERIVES"));
+ fputs ("\n\n", stdout);
for (i = ntokens; i < nsyms; i++)
{