Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!rutgers!cmcl2!phri!marob!daveh From: daveh@marob.masa.com (Dave Hammond) Newsgroups: comp.lang.c Subject: Re: Turbo-C `incorrect assignment' (thanks). Message-ID: <2572CE19.520@marob.masa.com> Date: 28 Nov 89 18:27:35 GMT Sender: daveh@marob.masa.com Reply-To: daveh@marob.masa.com (Dave Hammond) Organization: ESCC, New York City Lines: 10 Thanks, collectively, to all those who posted and mailed replies to my Turbo-C `possibly incorrect assignment' question. Turbo-C was suggesting that `(p = foo())' might have been a typing error, truly intended as `(p == foo()). My concerns about p being evaluated before the result of foo() was assigned were baseless. -- Dave Hammond daveh@marob.masa.com