]> git.saurik.com Git - bison.git/blobdiff - src/derives.c
* src/bison.simple: Update and add '%%' directives.
[bison.git] / src / derives.c
index b5aaa2fb20ea093cbcbd7c4742ebdf987ee25d9b..49b4edff13f47eff439836cc3fb95a9c7bf10ab5 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.
 
@@ -40,7 +40,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++)
     {