style: comments changes

* src/print.c: here.
This commit is contained in:
Akim Demaille
2020-07-14 14:21:52 +02:00
parent 88bd814bf1
commit bad07a7f66
2 changed files with 8 additions and 8 deletions

View File

@@ -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,

View File

@@ -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,