This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to fix PR9861
Andrew Haley wrote:
Ian Lance Taylor writes:
> Andrew Haley <aph@redhat.com> writes:
>
> > How about simply
> >
> > f.main(String[])void
> >
> > That's the nearest to the Java signature form.
>
> I don't know, it's kind of ugly and confusing.
Looks OK to me, but maybe that's a Java thing. Or maybe I'm weird.
I'll also cast a vote for this form - it is the simplest and most Java
like. I don't like the ":".
Bryce