This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CPP] -M vs -include
On Thu, Nov 07, 2002 at 03:45:08PM -0800, Zack Weinberg wrote:
> On Thu, Nov 07, 2002 at 11:38:19PM +0000, Neil Booth wrote:
> > + {
> > + /* Loop in case of -included buffers. */
> > + do
> > + cpp_scan_nooutput (pfile);
> > + while (pfile->buffer->prev
> > + || pfile->buffer->cur < pfile->buffer->rlimit);
> > + }
>
> Hmm, is that brace block necessary?
No, but I think it's easier to read.
r~