mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
* src/conflicts.c (log_resolution): Argument `resolution' is const.
This commit is contained in:
@@ -40,7 +40,7 @@ static bitset lookaheadset;
|
||||
|
||||
|
||||
static inline void
|
||||
log_resolution (state_t *state, int LAno, int token, char *resolution)
|
||||
log_resolution (state_t *state, int LAno, int token, const char *resolution)
|
||||
{
|
||||
if (verbose_flag)
|
||||
obstack_fgrow4 (&output_obstack,
|
||||
|
||||
Reference in New Issue
Block a user