]> git.saurik.com Git - bison.git/blobdiff - src/nullable.c
* src/LR0.c (new_state): Complete trace code.
[bison.git] / src / nullable.c
index 6c60f0fdb395d950d22321e050c1583c242efa64..4568114f9f84b3f64f92c8c50f8895f5746327c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of the bison parser generator,
-   Copyright 1984, 1989, 2000 Free Software Foundation, Inc.
+   Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -48,7 +48,7 @@ set_nullable (void)
   short *r1;
 
 #ifdef TRACE
-  fprintf (stderr, _("Entering set_nullable"));
+  fprintf (stderr, "Entering set_nullable\n");
 #endif
 
   nullable = XCALLOC (char, nvars) - ntokens;