[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_DEFINE cleanup
From: |
Paul Eggert |
Subject: |
Re: AC_DEFINE cleanup |
Date: |
Fri, 03 Dec 2004 13:07:09 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
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. The proposed ChangeLog entry
didn't mention this issue.