Patch: FYI: Import AWT peers

Tom Tromey tromey@redhat.com
Fri Jan 31 22:11:00 GMT 2003


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> Cool! I have it working now but I had two problems.

Glad you like it.  I was a bit nervous about putting it in.  But in
the end I decided it is important, since we get slammed for not having
AWT pretty regularly, and I thought it would help enable people to
help out.

Mark> --- gjavah.c    12 Jan 2003 02:14:55 -0000      1.103
Mark> +++ gjavah.c    31 Jan 2003 21:00:06 -0000
Mark> @@ -1119,7 +1119,7 @@
  
Mark> -  current = ALLOC (length);
Mark> +  current = ALLOC (length+1);

You need spaces around the `+', but otherwise this is "obviously
correct".  Please check it in on the trunk and the 3.3 branch.
Thanks!

Mark> -       @input=`echo $@ | sed -e 's,jniinclude,,' -e 's,_,.,g' -e 's,.h$$,,'`; \
Mark> +       @input=`echo $@ | sed -e 's,jniinclude/,,' -e 's,_,.,g' -e 's,.h$$,,'`; \

Yes, please check this in.  Thanks.

Mark> I assume you are not seeing these issues. Has anybody else tried?

I'm not seeing them, but perhaps I had leftover headers in my build
tree from some earlier revision of the patch (that code went through
several changes).  Sorry for that.

Tom



More information about the Java-patches mailing list