* 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:
Robert Anisko
2002-03-05 18:30:22 +00:00
parent c3937ec780
commit 9101a31079
2 changed files with 7 additions and 1 deletions

View File

@@ -1501,7 +1501,7 @@ readgram (void)
static void
read_additionnal_code (void)
{
char c;
int c;
struct obstack el_obstack;
obstack_init (&el_obstack);