This is the mail archive of the guile@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: inline (Re: guile: going the way of DEATH)


Gordon Matzigkeit <gord@trick.fig.org> writes:

> >>>>> Greg Badros writes:
> 
> This code is not portable:

Right.  See my earlier response.  Thanks.

> #define DBUG(args) (scwm_msg args)
> 
> then use it with doubled-parentheses, such as:
> 
> DBUG ((x,y,a,b,c));
> DBUG ((x,y));

Yep -- I've seen the trick before (linux kernel uses it for some output).

Thanks,
Greg