[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: simplification rewrite of stdint module installed into gnulib
From: |
Paul Eggert |
Subject: |
Re: simplification rewrite of stdint module installed into gnulib |
Date: |
Sun, 02 Jul 2006 20:56:42 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
"Mark D. Baushke" <address@hidden> writes:
>> +#if @HAVE_SYS_INTTYPES_H@ && address@hidden@
>> /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types,
>> and
>> the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX.
>> But note that <sys/int_types.h> contains only the type definitions! */
>> # include <sys/inttypes.h>
>> #endif
>
> Is it worth noting that <sys/int_types.h> is included by
> <sys/inttypes.h> on Solaris 7 ?
How about if we remove the mention of <sys/int_types.h> instead? On
Solaris 8 <sys/int_types.h> states that programs "should not directly
include this file" and I expect Solaris 7 is similar. I'd rather not
document internal details of proprietary systems unless it's really
necessary, which doesn't seem to be the case here.
Re: simplification rewrite of stdint module installed into gnulib, Bruno Haible, 2006/07/04