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

      <[EMAIL PROTECTED]>
     <[EMAIL PROTECTED]>


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to