(printable_version): Declare arg as int, not char.
/* output the tables and the parser to ftable. In file output. */
output();
done(failure);
/* output the tables and the parser to ftable. In file output. */
output();
done(failure);
}
\f
/* functions to report errors which prevent a parser from being generated */
}
\f
/* functions to report errors which prevent a parser from being generated */
char *
printable_version(c)
char *
printable_version(c)
{
static char buf[10];
if (c < ' ' || c >= '\177')
{
static char buf[10];
if (c < ' ' || c >= '\177')