[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI Re: 12AT_CHECK_NOESCAPE.diff
From: |
Akim Demaille |
Subject: |
Re: FYI Re: 12AT_CHECK_NOESCAPE.diff |
Date: |
Mon, 18 Aug 2003 17:14:54 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
Derek,
I'm confused by your patch. Could you please describe, for instance
via some documentation, was is the purpose of these two macros. The
style is very unusual (passing an additional argument to have a for of
if inside the macro).
I believe that you mean to write
m4_defun([AT_CHECK],
[AT_CHECK_NOESCAPE([$1], [$2],
[AS_ESCAPE([$3])], [AS_ESCAPE([$4])],
[$5], [$6])])