guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scm_t_bits versus uintptr_t


From: Kevin Ryde
Subject: scm_t_bits versus uintptr_t
Date: Sat, 24 May 2003 09:03:39 +1000
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

While looking at some preprocessor output I noticed scm_t_bits is
coming out as plain unsigned long on my i386 debian with gcc 3.3.

It seems INTPTR_MAX and INTPTR_MIN are defined in stdint.h in glibc
(2.3.1) and not in limits.h, so tags.h decides intptr_t can't be used.

It might be necessary to include inttypes.h or stdint.h, or whichever
is available, if the intention is to use intptr_t when possible.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]