* src/lex.c, src/lex.h (xgetc): No longer static.

* src/reader.c (parse_union_decl): Revamp.
This commit is contained in:
Akim Demaille
2001-12-15 15:13:36 +00:00
parent ea52d7066d
commit 428046f8d4
4 changed files with 23 additions and 18 deletions

View File

@@ -130,7 +130,7 @@ skip_white_space (void)
| Do a getc, but give error message if EOF encountered |
`-----------------------------------------------------*/
static int
int
xgetc (FILE *f)
{
int c = getc (f);