"Bill Schottstaedt" <[EMAIL PROTECTED]> writes:

> If SCM_DEBUG_PAIR_ACCESSES is 1, throw.c line 739 triggers an error
> about accessing a non-pair.  Perhaps it should be:
>
>    !scm_is_pair (SCM_CAR (wind_goal)) || !scm_is_eq (SCM_CDAR (wind_goal), 
> jmpbuf);

Yes, correct!

The wind list used to contain only pairs in the long forgotten past,
but now it can also contain #<winder>s and #<frame>s.  I applied your
fix.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to