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
On Thu, Jul 16, 1998 at 12:10:44AM -0600, Jeffrey A Law wrote:
> I don't have an ANSI reference handy, but I do not believe "ulong" is
> a reserved type, and the definition in sys/types.h is thus polluting
> the ANSI namespace.
You don't get an ISO or even POSIX namespace unless you give
the compiler certain preprocessor flags. -D_POSIX_SOURCE is
probably what MICO would prefer.
r~