Mark Mitchell <mark@codesourcery.com> writes:
> ! {
> ! fprintf (stderr, "\n%sout of memory\n");
> ! xexit (1);
> ! }
You need an argument to fprintf there, although I don't know just what
it would be. Or just call fputs.
Either change is approved.
Ian