Re: RFA: libjava seems to miss some files for win32
Andrew Pinski <[email protected]>
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 18, 2009 at 12:22 PM, Kai Tietz<[email protected]> 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