bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: <stdint.h> on IRIX-5.3 & SGI-cc


From: Martin Neitzel
Subject: Re: <stdint.h> on IRIX-5.3 & SGI-cc
Date: Sat, 24 Jun 2006 00:37:42 +0200 (CEST)

> Does your system <inttypes.h> protect against duplication of
> types out of <sys/types.h> ?

No.  Neither that nor in the other direction.  The conflicting
(or rather: duplicated) typedefs are also not under control of
any conditional such as __STDC__ or whatever.

Both headers have the usual #ifndef brackets protecting against
errors from repeated #inclusion.  The labels used for this are:
        _SYS_TYPES_H
        __inttypes_INCLUDED

                                                        Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]