[Gcl-devel] Re: windows-only read patch (was: error in ./configure when building gcl 2.6.7 onUbuntu)
- Subject: [Gcl-devel] Re: windows-only read patch (was: error in ./configure when building gcl 2.6.7 onUbuntu)
- From: Vadim V. Zhytnikov
- Date: Sun, 04 Mar 2007 14:25:35 +0300
Camm Maguire writes:
> Greetings! Any progress here?
I only can confirm that removing WIN32 conditional
below really breaks build on Windows.
>>>> +++ read.d 16 Jun 2006 02:26:22 -0000
>>>> 1.14.4.1.2.2.2.4.6.1.6.1.4.3
>>>> @@ -256,6 +256,7 @@
>>>>
>>>> x = read_object(in);
>>>> vs_push(x);
>>>> +#ifndef _WIN32
>>>> while (listen_stream(in)) {
>>>> object c=read_char(in);
>>>> if (cat(c)!=cat_whitespace) {
>>>> @@ -263,7 +264,7 @@
>>>> break;
>>>> }
>>>> }
>>>> -
>>>> +#endif
>>>> if (sharp_eq_context_max > 0)
>>>> x = vs_head = patch_sharp(x);
>>>>
--
Vadim V. Zhytnikov
<vvzhy at mail.ru>
<vvzhy at netorn.ru>