mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
(log_resolution): Resolution is const.
This commit is contained in:
@@ -38,7 +38,7 @@ static unsigned *lookaheadset = NULL;
|
||||
|
||||
|
||||
static inline void
|
||||
log_resolution (int state, int LAno, int token, char *resolution)
|
||||
log_resolution (int state, int LAno, int token, const char *resolution)
|
||||
{
|
||||
obstack_fgrow4 (&output_obstack,
|
||||
_("\
|
||||
|
||||
Reference in New Issue
Block a user