- warn_at (*loc, _("a ';' might be needed at the end of action code"));
- warn_at (*loc, _("future versions of Bison will not add the ';'"));
+ unsigned int indent = 0;
+ warn_at_indent (*loc, &indent,
+ _("a ';' might be needed at the end of action code"));
+ indent += SUB_INDENT;
+ warn_at_indent (*loc, &indent,
+ _("future versions of Bison will not add the ';'"));