This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: typedef struct SCM


Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:

> how about 
> 
> 	struct UNUSED {} ;
> 	typedef struct UNUSED * SCM;
> 
> then only this
> 
>      SCM s= 0;
> 
> doesn' get caught.

Nor does my favorite, 

	if (!s)

instead of

	if (s == SCM_BOOL_F)


-- 
How to eff the ineffable?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]