* src/conflicts.c (log_resolution): Argument `resolution' is const.

This commit is contained in:
Akim Demaille
2002-03-20 09:35:27 +00:00
parent 21db0b2a65
commit e53c632297
3 changed files with 7 additions and 3 deletions

View File

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