Is this a typo

James A. Crippen james at UnLambda.COM
Thu Jan 4 20:39:38 CET 2001


On Thu, 4 Jan 2001, Martin Mares wrote:

> Hello!
> 
> > Line 64 in CLI.c
> > 
> > if (!(o = c->tx_write) || o->wpos + size > o->end) 
> > 
> > isnt that should be 
> > 
> > if (!(o == c->tx_write) || o->wpos + size > o->end)
> 
> No, it's a real assignment.

I love C.  :P

-- 
James A. Crippen <james at unlambda.com> ,-./-.  Anchorage, Alaska,
Lambda Unlimited: Recursion 'R' Us   |  |/  | USA, 61.2069 N, 149.766 W,
Y = \f.(\x.f(xx)) (\x.f(xx))         |  |\  | Earth, Sol System,
Y(F) = F(Y(F))                        \_,-_/  Milky Way.




More information about the Bird-users mailing list