On Wed, May 18, 2011 at 1:51 AM, Michael Roth <mdr...@linux.vnet.ibm.com> wrote: > +#if 0 > + qerror_abort(qerror, "expected '%c' in '%s'", c, entry->desc); > +#else > + fprintf(stderr, "expected '%c' in '%s'", c, entry->desc); > abort(); > +#endif
There are a couple of #if 0 in the patch, please resolve them. Stefan