Hi Josh,
Josh Triplett wrote:
> However, for compilers that identify themselves as GCC (which includes
> many non-GCC compilers), sys/types.h does this instead:
>
> # define __intN_t(N, MODE) \
> typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
The condition used is
#if !__GNUC_PREREQ (2, 7)
Which compiler are you using? Is its identifying itself as gcc >= 2.7
intentional?
Thanks,
Jonathan
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]