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: again: scm_internal_dynamic_wind


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> Some time ago I raised the question, whether the void* parameter of
> scm_internal_dynamic_wind should not made into a SCM value.  I was
> convinced, that it was not a good idea, since there may be passed
> values other than scheme objects.  However, the question is, whether it
> wouldn't still be better to use scm_bits_t instead of void*?

It is better to use void * since it is intended to support generic C
code.  It is very often used to point to C structs.

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