This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.0.3a on DEC Alpha / DU4.0b: typedef of ulong in types.h
- To: bothner at cygnus dot com (Per Bothner)
- Subject: Re: egcs-1.0.3a on DEC Alpha / DU4.0b: typedef of ulong in types.h
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Thu, 16 Jul 98 17:47:31 PDT
- Cc: jbuck at synopsys dot com, egcs at cygnus dot com
> > That is a bit confusing. Clearly ANSI doesn't restrict what sys/types.h
> > does, but doesn't Posix? That is, isn't it technically illegal under
> > Posix for sys/types.h to define ulong ?
>
> Correct. That is reasonable clarification of what I said less clearly.
Does/should fixinclude try to fix Posix violations, or only ANSI/ISO
violations? (I suppose it can't do it in general since many gcc targets
aren't really Posix).