[PATCH] Fix multiple macros with the same name
Mladen Turk
mturk at redhat.com
Thu Mar 31 02:06:49 PDT 2011
Hi,
Patch fixes the compile time warning:
In file included from ../../../src/share/native/java/io/FileInputStream.c:38:0:
../../../src/solaris/native/java/io/io_util_md.h:68:0: warning: "SET_HANDLE" redefined
../../../src/share/javavm/include/typedefs.h:80:0: note: this is the location of the previous definition
Although non-critical it could break the build
depending on the order in which files are included.
Anyhow, patch makes sure that SET_HANDLE macros
defined are different since they handle different things.
Regards
--
^TM
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: jdk6-rmdupmacros.patch
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110331/eaeea3e2/jdk6-rmdupmacros.patch
More information about the distro-pkg-dev
mailing list