Re: fork() Problem?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 6 May 1999 00:35:04 +0100 (BST)


> ago when 'gcc' started to allow it. Just because 'gcc' fixes bad code
> doesn't mean it's the way to go (unless it fixes the source at the
> same time).

if(a=b)

has always been identical to

if((a=b)!=0)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/