]> git.saurik.com Git - bison.git/blobdiff - lib/lbitset.c
* data/glr.c (yyprocessOneStack): Synchronize the shift for all
[bison.git] / lib / lbitset.c
index b1fbd77c78c2274b8f2a98c8c2cceaa22c467059..9d3d95734221df11505d9422fd9ad61f5014dffb 100644 (file)
@@ -1400,7 +1400,7 @@ debug_lbitset (bitset bset)
          for (j = 0; j < LBITSET_WORD_BITS; j++)
            if ((word & ((bitset_word) 1 << j)))
              fprintf (stderr, " %u", j);
-         fputc ('\n', stderr);
+         fprintf (stderr, "\n");
        }
     }
 }