mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
style: comments changes
* src/print.c: here.
This commit is contained in:
@@ -202,11 +202,11 @@ print_errs (FILE *out, int level, state *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------.
|
/*-------------------------------------------------------------------.
|
||||||
| Report a reduction of RULE on LOOKAHEAD (which can be 'default'). |
|
| 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 |
|
| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
|
||||||
| R/R conflicts). |
|
| R/R conflicts). |
|
||||||
`-------------------------------------------------------------------------*/
|
`-------------------------------------------------------------------*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_reduction (FILE *out, int level, char const *lookahead,
|
print_reduction (FILE *out, int level, char const *lookahead,
|
||||||
|
|||||||
@@ -180,11 +180,11 @@ print_errs (FILE *out, const state *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------.
|
/*-------------------------------------------------------------------.
|
||||||
| Report a reduction of RULE on LOOKAHEAD (which can be 'default'). |
|
| 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 |
|
| If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
|
||||||
| R/R conflicts). |
|
| R/R conflicts). |
|
||||||
`-------------------------------------------------------------------------*/
|
`-------------------------------------------------------------------*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_reduction (FILE *out, size_t width,
|
print_reduction (FILE *out, size_t width,
|
||||||
|
|||||||
Reference in New Issue
Block a user