This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Function-like macro definitions
- To: gcc at gcc dot gnu dot org
- Subject: Re: Function-like macro definitions
- From: Neil Booth <NeilB at earthling dot net>
- Date: Fri, 19 May 2000 20:56:55 +0900
- Cc: Zack Weinberg <zack at wolery dot cumb dot org>
- References: <E12skGk-0007Fy-00@monkey.rosenet.ne.jp>
Neil Booth wrote:-
> Also, I'm considering reducing the status of redefinitions like
>
> #define F(X) X
> #define F(Y) Y
>
> where the only difference is the spelling of the parameters, from hard
> error to pedantic warning.
Duh. Ignore this part - it already is pedantic only.
Neil.