On Sat, Jul 18, 2009 at 12:22 PM, Kai Tietz<ktiet...@googlemail.com> wrote:
> Well, uintptr_t/intptr_t are available to most (but not all hosts).
> IIRC there is a gcc version of stdint.h (gstdint.h), which could be
> used here. The mode version is fine too, as long as we can assume that
> libjava isn't build by any other compiler then gcc.

It is provided by GCC even without gstdint.h.  See bug 448.  Since
__UINTPTR_TYPE__ is provided to be able to use stdint.h :).

Thanks,
Andrew PInski

Reply via email to