]> git.saurik.com Git - bison.git/blobdiff - src/lalr.c
(stack_offset;): Change some warni to warns.
[bison.git] / src / lalr.c
index 32a5f29dd5cb8401ab3e1e472da1503883b0a32c..31ca44dac3678e6afa1f91a41d1e5c979744757b 100644 (file)
@@ -52,7 +52,7 @@ If LA[l, i] and LA[l, j] are both 1 for i != j, it is a conflict.
 #include "machine.h"
 #include "types.h"
 #include "state.h"
-#include "new.h"
+#include "alloc.h"
 #include "gram.h"
 
 
@@ -288,7 +288,7 @@ set_goto_map()
          if (ISTOKEN(symbol)) break;
 
          if (ngotos == MAXSHORT)
-           toomany("gotos");
+           toomany(_("gotos"));
 
          ngotos++;
          goto_map[symbol]++;