]> git.saurik.com Git - bison.git/blobdiff - src/nullable.c
Honor TMPDIR on Unix hosts.
[bison.git] / src / nullable.c
index b85dec610d51a7bcf2b4e16fbd9b21a1cb7f736e..c3c96d7def4a7ae00c105ff94da3abc4f3ddd6ed 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "system.h"
 #include "types.h"
 #include "gram.h"
-#include "new.h"
+#include "alloc.h"
 
 
 char *nullable;
@@ -49,7 +49,7 @@ set_nullable()
   short *r1;
 
 #ifdef TRACE
-  fprintf(stderr, "Entering set_nullable");
+  fprintf(stderr, _("Entering set_nullable"));
 #endif
 
   nullable = NEW2(nvars, char) - ntokens;