guile-devel
[Top][All Lists]
Advanced

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

Re: smob cleanup


From: Keisuke Nishida
Subject: Re: smob cleanup
Date: 08 Dec 2000 13:36:38 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.92

Keisuke Nishida <address@hidden> writes:

> I have added the following macro in tags.h:
> 
> #define SCM_TYP16_PREDICATE(x,tag) (SCM_NIMP (x) && SCM_TYP16 (x) == (tag))

  #define SCM_TYP16_PREDICATE(tag,x) (SCM_NIMP (x) && SCM_TYP16 (x) == (tag))
                              ^^^^^



reply via email to

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