Nicola Pero wrote:-
> -
> + else if (code == ENUMERAL_TYPE)
> + {
> + charType = 'i';
> + }
> else
> - abort ();
> + {
> + abort ();
> + }
I'm picking nits, but the GNU coding standards mandate no braces here.
Since the rest of GCC follows this pretty well, I'd appreciate it if
your patch did too.
Thanks,
Neil.