[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_DEFINE cleanup
From: |
Alexandre Duret-Lutz |
Subject: |
Re: AC_DEFINE cleanup |
Date: |
Sat, 4 Dec 2004 13:41:51 +0100 |
On Sat, Dec 04, 2004 at 12:35:16PM +0100, Stepan Kasal wrote:
> Hi,
>
> On Fri, Dec 03, 2004 at 01:07:09PM -0800, Paul Eggert wrote:
> > Stepan Kasal <address@hidden> writes:
> >
> > > address@hidden:@define] $1 m4_if($#, 2, [$2], $#, 3, [$2], 1)
> > > +[#define] $2 m4_if($#, 2, 1, [$3])
> >
> > Looks good basically, but why did you get rid of the quadrigraph?
> > Presumably it was put in for a reason.
>
> I had no special reason to remove the quadrigraph.
> ``make check'' didn't complained about this, so if there was a reason,
> the testsuite doesn't have it recorded.
Many @%:@ were introduced only to help syntax highlighting.
(Emacs assumes # starts a comment.)