This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: jcf-io.c and Win32 case-insensitive filename handling (updated)
Mohan Embar writes:
> Hi Andrew,
>
> > > ChangeLog
> > > 2003-03-16 Mohan Embar <gnustuff@thisiscool.com>
> > >
> > > * Make-lang.in: added win32-host.c
> > > * jcf.h: defined macro JCF_OPEN_EXACT_CASE which
> > > resolves to open() on non-Win32 platforms and
> > > Win32-specific jcf_open_exact_case() on Win32
> > > * jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
> > > when trying .java and .class files
> > > * win32-host.c: added to repository. Defines
> > > Win32-specific jcf_open_exact_case()
> >
> >OK.
>
> This didn't seem to get applied correctly in 3.4. java/win32-host.o
> isn't showing up in Make-lang.in for JAVA_OBJS, GCJH_OBJS and
> JCFDUMP_OBJS. It is showing up as a target, though.
I hope 3.3 is OK.
This is always a risk when someone has to apply a third party patch.
Please submit a patch that corrects this.
Andrew.