guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: throw.c SCM_CDAR line 739


From: Marius Vollmer
Subject: Re: throw.c SCM_CDAR line 739
Date: Mon, 29 May 2006 23:33:43 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Bill Schottstaedt" <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]