]> git.saurik.com Git - bison.git/blobdiff - src/derives.c
* src/options.c (create_long_option_table): Fix.
[bison.git] / src / derives.c
index b5aaa2fb20ea093cbcbd7c4742ebdf987ee25d9b..e9c756494036372fb03464f015a13dadfa3f9a02 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
@@ -25,7 +25,6 @@
    */
 
 #include "system.h"
-#include "xalloc.h"
 #include "types.h"
 #include "gram.h"
 #include "derives.h"
@@ -40,7 +39,9 @@ print_derives (void)
   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++)
     {