mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 10:43:02 +00:00
style: formatting changes in NEWS and complain.c
This commit is contained in:
8
NEWS
8
NEWS
@@ -5,11 +5,11 @@ GNU Bison NEWS
|
|||||||
|
|
||||||
* Noteworthy changes in release 3.3 (2019-01-26) [stable]
|
* Noteworthy changes in release 3.3 (2019-01-26) [stable]
|
||||||
|
|
||||||
A new mailing list was created, Bison Announce. It is low traffic, and is
|
A new mailing list was created, Bison Announce. It is low traffic, and is
|
||||||
only about announcing new releases and important messages (e.g., polls about
|
only about announcing new releases and important messages (e.g., polls
|
||||||
major decisions to make).
|
about major decisions to make).
|
||||||
|
|
||||||
https://lists.gnu.org/mailman/listinfo/bison-announce
|
https://lists.gnu.org/mailman/listinfo/bison-announce
|
||||||
|
|
||||||
** Backward incompatible changes
|
** Backward incompatible changes
|
||||||
|
|
||||||
|
|||||||
@@ -421,8 +421,10 @@ duplicate_rule_directive (char const *directive,
|
|||||||
location first, location second)
|
location first, location second)
|
||||||
{
|
{
|
||||||
unsigned i = 0;
|
unsigned i = 0;
|
||||||
complain_indent (&second, complaint, &i, _("only one %s allowed per rule"), directive);
|
complain_indent (&second, complaint, &i,
|
||||||
|
_("only one %s allowed per rule"), directive);
|
||||||
i += SUB_INDENT;
|
i += SUB_INDENT;
|
||||||
complain_indent (&first, complaint, &i, _("previous declaration"));
|
complain_indent (&first, complaint, &i,
|
||||||
|
_("previous declaration"));
|
||||||
fixits_register (&second, "");
|
fixits_register (&second, "");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user