This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR cpp/33907 Empty macro definitions not considered equal
On 28/11/2007, Dave Korn <dave.korn@artimi.com> wrote:
>
> "The standard (6.10.3) mandates this diagnostic when there is a mismatch in
> the number or spelling of parameters, even in the case of an empty macro that
> does not reference its parameters; we restrict the warning to -pedantic for
> that particular case."
I like your version more.
Thanks,
Manuel.