
15 Sep
2007
15 Sep
'07
5:09 a.m.
On Friday 14 September 2007 16:33, Robert Andersson wrote:
stdint.h seems to be unavailable on solaris 9. Looking at the rts/posix/OSMem.c file we find
/* no C99 header stdint.h on OpenBSD? */ #if defined(openbsd_HOST_OS) typedef unsigned long my_uintptr_t; #else #include
typedef uintptr_t my_uintptr_t; #endif
Uh, oh... Using long doesn't look very 64bit-safe (it could be int, long, long
long, who knows?). IIRC some systems without