* 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:
Marius Vollmer 2004-07-27 15:41:49 +00:00
commit bc36d0502b
39 changed files with 201 additions and 200 deletions

View file

@ -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);