guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fixes `setvbuf'


From: Kevin Ryde
Subject: Re: [PATCH] Fixes `setvbuf'
Date: Thu, 06 Apr 2006 10:12:23 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

address@hidden (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").




reply via email to

[Prev in Thread] Current Thread [Next in Thread]