mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 03:03:02 +00:00
* src/conflicts.c (log_resolution): Argument `resolution' is const.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-03-20 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/conflicts.c (log_resolution): Argument `resolution' is const.
|
||||
|
||||
2002-03-19 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/bison.simple (YYCOPY): New macro.
|
||||
|
||||
@@ -96,7 +96,7 @@ b4_copyright
|
||||
b4_prologue
|
||||
|
||||
/* Tokens. */
|
||||
b4_token_defines
|
||||
b4_token_defines(b4_tokens)
|
||||
|
||||
/* Enabling traces. */
|
||||
#ifndef YYDEBUG
|
||||
|
||||
@@ -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