[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile fails tests on Tru64 4.0F
From: |
David C Sterratt |
Subject: |
Re: Guile fails tests on Tru64 4.0F |
Date: |
Wed, 6 Mar 2002 14:57:11 +0000 |
>>>>> Thien-Thi Nguyen writes:
> sorry, i was unclear.
> libguile/__scm.h is where these are used. if you grep around,
> you'll see that SIZEOF_UINTPTR_T is defined in
> libguile/scmconfig.h, and the other values are defined in the
> system headers.
> if you still can't find them, try a more recent snapshot (i see
> that the original problem was reported against
> guile-core-20020205).
In libguile/scmconfig.h I see:
/* Define if the system has the type `uintptr_t'. */
/* #undef HAVE_UINTPTR_T */
I can't find any references to SIZEOF_UINTPTR_T, UINTPTR_MAX,
INTPTR_MAX and INTPTR_MIN
Hope this helps,
David