]> git.saurik.com Git - bison.git/blobdiff - src/derives.c
Build version.c automatically.
[bison.git] / src / derives.c
index f7dfaf736e13b95013120b2ef27debd67071d863..7a95050c4563855892ecb45118cb87c35c42309d 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include "system.h"
-#include "new.h"
+#include "alloc.h"
 #include "types.h"
 #include "gram.h"
 
@@ -99,11 +99,11 @@ print_derives()
 
   extern char **tags;
 
-  printf("\n\n\nDERIVES\n\n");
+  printf(_("\n\n\nDERIVES\n\n"));
 
   for (i = ntokens; i < nsyms; i++)
     {
-      printf("%s derives", tags[i]);
+      printf(_("%s derives"), tags[i]);
       for (sp = derives[i]; *sp > 0; sp++)
        {
          printf("  %d", *sp);