summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-07-14 14:21:52 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-07-14 14:26:02 +0200
commitbad07a7f6631331709eedc8e2d1ceacb29695794 (patch)
tree0a7b3687ba27088fbef822b56e04927fca3c5b64
parent88bd814bf103123c4f820f0a4f8fee85f8a63047 (diff)
downloadbison-bad07a7f6631331709eedc8e2d1ceacb29695794.tar.gz
style: comments changes
* src/print.c: here.
-rw-r--r--src/print-xml.c8
-rw-r--r--src/print.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/print-xml.c b/src/print-xml.c
index 2f1ad5b1..c509089f 100644
--- a/src/print-xml.c
+++ b/src/print-xml.c
@@ -202,11 +202,11 @@ print_errs (FILE *out, int level, state *s)
}
-/*-------------------------------------------------------------------------.
+/*-------------------------------------------------------------------.
| Report a reduction of RULE on LOOKAHEAD (which can be 'default'). |
-| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
-| R/R conflicts). |
-`-------------------------------------------------------------------------*/
+| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
+| R/R conflicts). |
+`-------------------------------------------------------------------*/
static void
print_reduction (FILE *out, int level, char const *lookahead,
diff --git a/src/print.c b/src/print.c
index 7aba2189..7ef3ba4d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -180,11 +180,11 @@ print_errs (FILE *out, const state *s)
}
-/*-------------------------------------------------------------------------.
+/*-------------------------------------------------------------------.
| Report a reduction of RULE on LOOKAHEAD (which can be 'default'). |
-| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
-| R/R conflicts). |
-`-------------------------------------------------------------------------*/
+| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
+| R/R conflicts). |
+`-------------------------------------------------------------------*/
static void
print_reduction (FILE *out, size_t width,