Patch: FYI: Import AWT peers
Mark Wielaard
mark@klomp.org
Sat Feb 1 00:25:00 GMT 2003
Hi,
On Fri, 2003-01-31 at 22:59, Tom Tromey wrote:
> >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
>
> 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!
OK, I will commit the following:
2003-01-31 Mark Wielaard <mark@klomp.org>
* gjavah.c (throwable_p): Allocate 1 more byte for string.
> 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.
Will do as follows:
2003-01-31 Mark WIelaard <mark@klomp.org>
* Makefile.in: Rebuilt.
* Makefile.am (gtk_c_headers): Strip trailing / from jniinclude.
Cheers,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gjavah.patch
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030201/d4910fc3/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.patch
Type: text/x-patch
Size: 1640 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030201/d4910fc3/attachment-0001.bin>
More information about the Java-patches
mailing list