summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-12-21 07:51:02 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-12-21 07:51:02 +0100
commitc0f3b55b2542882b1e735b57d7997a807c9fcaf4 (patch)
treec40bbdd65eb08d6d9812bfbd184c3254353be2a8 /examples
parent20d657c1dd0317c6d620bfbb10186d5147bdd986 (diff)
downloadbison-c0f3b55b2542882b1e735b57d7997a807c9fcaf4.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/glr/c++-types.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/c/glr/c++-types.y b/examples/c/glr/c++-types.y
index a6118c0b..33d1abc6 100644
--- a/examples/c/glr/c++-types.y
+++ b/examples/c/glr/c++-types.y
@@ -295,4 +295,3 @@ stmtMerge (YYSTYPE x0, YYSTYPE x1)
{
return new_nterm ("<OR>(%s,%s)", x0, x1, NULL);
}
-