This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: cygwin fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 23 Sep 2003 17:20:14 -0600
- Subject: Re: Patch: cygwin fix
- References: <1064357855.3570.390.camel@escape>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Here's a fix for the cygwin port. Ok?
Anthony> 2003-09-23 Anthony Green <green@redhat.com>
Anthony> * resolve.cc: Undefine INTERFACE if defined.
Ok.
If/when we have a cygwin.h to complement win32.h and posix.h, this
code should migrate there.
Tom