This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: committed: cplus-dem.c: Add back ATTRIBUTE_UNUSED for parameteroption.
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: committed: cplus-dem.c: Add back ATTRIBUTE_UNUSED for parameteroption.
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- Date: Thu, 16 Nov 2000 07:15:31 -0500 (EST)
- cc: gcc-patches at gcc dot gnu dot org
On Thu, 16 Nov 2000, Richard Kenner wrote:
> static char *
> ada_demangle (mangled, option)
> const char* mangled;
> ! int option ATTRIBUTE_UNUSED;
> {
>
> Can people please try to fix whitespace errors when they see them?
It looks like it.
> That should be "const char *mangled".
Thank you. Will fix next time I'm in that area, unless someone gets to
it before that. I see more such non-GNU formatting issues there.
brgds, H-P