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();
nuseless_productions,
(nuseless_productions == 1 ? "" : "s"));
}
- fprintf(stderr, ".\n");
+ fprintf(stderr, "\n");
fflush(stderr);
}