(print_notices): Remove final `.' from error message.
print_notices();
if (!BITISSET(N, start_symbol - ntokens))
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();
tags[start_symbol]);
reduce_grammar_tables();
nuseless_productions,
(nuseless_productions == 1 ? "" : "s"));
}
nuseless_productions,
(nuseless_productions == 1 ? "" : "s"));
}
- fprintf(stderr, ".\n");