From: Peter Bex <[email protected]> Subject: Re: [Chicken-hackers] [PATCH] warn if var is bound multiple times in the same binding form Date: Mon, 4 Feb 2013 21:53:32 +0100
> On Sun, Feb 03, 2013 at 11:33:09PM +0100, Felix wrote: >> From: Peter Bex <[email protected]> >> > >> > Could you please generate a fresh patch against master? >> >> Attached. > > How about this slightly improved version? > > The patch you posted warns multiple times per symbol seen. Usually this > shouldn't be an issue, but consider a macro that erroneously generates > the same identifier many times. > > Since it's the same name, it doesn't make much sense to warn more than > once. The warning already says it's bound "multiple times". This is of course much better. Pushed. cheers, felix _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
