* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
deprecated.h. Replaced all uses with scm_is_eq.
This commit is contained in:
parent
c82f8ed66c
commit
bc36d0502b
39 changed files with 201 additions and 200 deletions
|
|
@ -271,7 +271,7 @@ void
|
|||
scm_i_dowinds (SCM to, long delta, void (*turn_func) (void *), void *data)
|
||||
{
|
||||
tail:
|
||||
if (SCM_EQ_P (to, scm_dynwinds))
|
||||
if (scm_is_eq (to, scm_dynwinds))
|
||||
{
|
||||
if (turn_func)
|
||||
turn_func (data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue