"Rients van Wijngaarden" <[EMAIL PROTECTED]> writes:
>
> so obviously, scm_guard needs a third argument of type int, but my
> question is:
> What is this int?

Hmm.  A flag saying whether you want an error thrown if the object is
already guarded.

Apparently scm_guard is going to be deprecated in the next release, in
favour of

        scm_call_1 (GUARDIAN, OBJECT)

the same as would be done from scheme code.  I think that would work
in 1.6 too (without trying it :-).


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to