unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* scm_t_bits versus uintptr_t
@ 2003-05-23 23:03 Kevin Ryde
  2003-06-01 21:22 ` Marius Vollmer
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Ryde @ 2003-05-23 23:03 UTC (permalink / raw)


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.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-06 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 23:03 scm_t_bits versus uintptr_t Kevin Ryde
2003-06-01 21:22 ` Marius Vollmer
2003-06-06 22:29   ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).