This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: eval.c
Jost Boekemeier <jostobfe@linux.zrz.TU-Berlin.DE> writes:
> Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:
>
> > as pointer to a single SCM value.
>
> No. It's not only a SCM value but a pointer to a concrete vcell.
Argh. scm_lookupcar indeed returns a pointer to a SCM value so you
can nuke `undef_object' completely and always return a pointer to a
local (static) variable. This will change anyway when
godot ^H^H^H the new module system arrives. :)
Jost