]> git.saurik.com Git - bison.git/blobdiff - src/reduce.c
Version 1.25.
[bison.git] / src / reduce.c
index ba9e1778e58dab8634d01f111744af64a785a2a3..13e62ca357b83c8465cc58a42515ec7516adca7d 100644 (file)
@@ -138,7 +138,7 @@ reduce_grammar ()
   print_notices();
 
   if (!BITISSET(N, start_symbol - ntokens))
-    fatals("Start symbol %s does not derive any sentence.",
+    fatals("Start symbol %s does not derive any sentence",
           tags[start_symbol]);
 
   reduce_grammar_tables();
@@ -593,6 +593,6 @@ print_notices ()
              nuseless_productions,
              (nuseless_productions == 1 ? "" : "s"));
     }
-  fprintf(stderr, ".\n");
+  fprintf(stderr, "\n");
   fflush(stderr);
 }