This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: subversions.gnu.org out of sync?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 03 Oct 2002 09:08:08 -0600
- Subject: Re: subversions.gnu.org out of sync?
- References: <86u1k42xdh.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> natNetworkInterface.cc does not contain any #ifdef WIN32's (except the
Adam> one around the headers) on subversions.gnu.org HEAD, but does contain
Adam> additional (important) #ifdefs it on gcc.gnu.org.
Adam> What is causing this?
I think that must be a local change.
I only see one `#ifdef WIN32' in natNetworkInterface.cc.
Tom