X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ba2e357c0d9b3abe67868d3660f5f049716394ba..4562bb77645125f427751de0320774e5f0d92fba:/src/output.c diff --git a/src/output.c b/src/output.c index 8b2d314f..6d96d50f 100644 --- a/src/output.c +++ b/src/output.c @@ -105,7 +105,7 @@ YYNTBASE = ntokens. #include #include "system.h" #include "machine.h" -#include "new.h" +#include "alloc.h" #include "files.h" #include "gram.h" #include "state.h" @@ -1190,7 +1190,7 @@ int vector; { loc = j + from[k]; if (loc > MAXTABLE) - fatals("maximum table size (%s) exceeded", int_to_string(MAXTABLE)); + fatals(_("maximum table size (%s) exceeded"), int_to_string(MAXTABLE)); if (table[loc] != 0) ok = 0;