This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch broke bootstrap on i386.


On Thu, Jun 19, 2003 at 11:45:51AM +0100, Joern Rennecke wrote:
> What was already dodgy was the unprotected use of FILE (rtl.h
> guards this with #ifdef BUFSIZ), but as this doesn't appear to cause
> acute brokenness right now, we can leave that for later.

<stdio.h> is included by system.h; any remaining BUFSIZ guards
are trash.

What we've done so far wrt hooks and enums is to not use enums,
and uses int instead.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]