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:
@@ -1,3 +1,9 @@
|
||||
2002-03-05 Robert Anisko <robert@lrde.epita.fr>
|
||||
|
||||
* src/reader.c (read_additionnal_code): `c' should be an integer, not
|
||||
a character.
|
||||
Reported by Nicolas Tisserand and Nicolas Burrus.
|
||||
|
||||
2002-03-04 Robert Anisko <robert@lrde.epita.fr>
|
||||
|
||||
* src/reader.c: Warn about lacking semi-colons, do not complain.
|
||||
|
||||
@@ -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