guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Turning `scm_is_pair ()' into a macro


From: Marius Vollmer
Subject: Re: [PATCH] Turning `scm_is_pair ()' into a macro
Date: Fri, 16 Dec 2005 22:01:02 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Kevin Ryde <address@hidden> writes:

> Was some of the change to scm_is_whatever meant to keep the
> representation of an SCM value out of application binaries?

No, it was about having a clean distinction between functions that
return SCM booleans (scm_whatever_p) and those that return C booleans
(scm_is_whatever).

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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