This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch 2/2] Make java compiled resources public.


>>>>> "David" == David Daney <ddaney@avtrex.com> writes:

David> OK to commit?

There are some whitespace problems with this patch, but otherwise it
is ok.  Thanks.

Also, would you mind replying to Gerald's notes on the documentation
patch?  I didn't see a reply to that.

David> +static void
David> +append_resource_name_hunk(const unsigned char *hunk, int len)

Space before '('.

David> +  unsigned char *n = (unsigned char *)alloca (2 * len + 1);

Space after ')'.

David> +      ch = UTF8_GET(w1, limit);

...

David> +  append_gpp_mangled_name ((char *)n, d - n);

...

David> +  const unsigned char *limit = (const unsigned char *)name + strlen(name);

...

David> +	  ch = UTF8_GET(ptr, limit);

...

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]