This is the mail archive of the guile@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: Smob documentation


Ken Raeburn <raeburn@raeburn.org> writes:

> Yeah, they can be a pain in the backside to track down.

Here is another nice trap for an unexperienced person (like me :>)


  SCM val = scm_cons (proc, observer); /* we need both */

[...]

  SCM_VELTS(weak_observer_procs)[handle] = val;  


8)


Jost

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