[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
> +      if (SCM_CELL_WORD_0 (port) & SCM_BUFLINE)
> +     /* Clear the ``line-buffered'' bit.  */
> +     SCM_SET_CELL_WORD_0 (port, SCM_CELL_WORD_0 (port) ^ SCM_BUFLINE);

Thanks.  I applied a fix using a mask ("& ~BUFLINE").


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to