style: address syntax-check diagnostics

* examples/c/glr/c++-types.y: Formatting changes.
* po/POTFILES.in: Add missing files.
* src/reader.c: Remove useless include.
* tests/calc.at: Avoid magic values for exit.
Obfuscate calls to error.
This commit is contained in:
Akim Demaille
2020-12-21 07:51:02 +01:00
parent 20d657c1dd
commit c0f3b55b25
4 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,6 @@
#include <config.h>
#include "system.h"
#include <c-ctype.h>
#include <quote.h>
#include <vasnprintf.h>
@@ -349,7 +348,7 @@ grammar_rule_check_and_complete (symbol_list *r)
const symbol *start = r->next->next->content.sym;
if (start->content->type_name)
obstack_printf (obstack_for_actions,
"{ ]b4_accept([%s%d])[; }",
"{ ]b4_accept""([%s%d])[; }",
start->content->class == nterm_sym ? "orig " : "",
start->content->number);
else