This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: typedef void *


Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:
> ramap.c is entirely incomprehensible to me. The function raeql is
> schizophrenic: it can return SCM_BOOLs, 0 as well as what comes out
> ramapc().

My original intent was that raeql should return a C boolean, which was
why it was declared to return an int, rather than a SCM.  Anything in
raeql returning a SCM value is wrong.

Similarly, ramapc was intended to return a C boolean, and was declared
to return an int.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]