mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/reader.c (read_additionnal_code): `c' should be an integer, not
a character. Reported by Nicolas Tisserand and Nicolas Burrus.
This commit is contained in:
@@ -1501,7 +1501,7 @@ readgram (void)
|
||||
static void
|
||||
read_additionnal_code (void)
|
||||
{
|
||||
char c;
|
||||
int c;
|
||||
struct obstack el_obstack;
|
||||
|
||||
obstack_init (&el_obstack);
|
||||
|
||||
Reference in New Issue
Block a user