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] for Review: Fix for PR java/12548


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

Mohan> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12548

Mohan> 	PR java/12548
Mohan> 	* resource.c (write_resource_constructor): append
Mohan> 	"_resource" to constructor identifier name.

I think this is fine, except that as Jeff noted the indentation is
incorrect, and also `concat' returns a malloc()d string which must be
freed.  Please fix these two problems.
 
Tom


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