guile-devel
[Top][All Lists]
Advanced

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

Re: scm_bits_t / scm_ubits_t


From: Marius Vollmer
Subject: Re: scm_bits_t / scm_ubits_t
Date: 13 Jun 2001 22:37:57 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Dirk Herrmann <address@hidden> writes:

> I agree.

Ok, I'll make that change then.

In detail:

 - Renaming all scm_*_t types to scm_t_* and keep the scm_*_t aliases
   in a deprecated section.

 - Have configure check for uintptr_t.

 - Use "typedef uintptr_t scm_t_bits;" when it is found,
   "typedef unsigned long scm_t_bits;" else.

I'm not going to touch anything else.



reply via email to

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