Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!ucbcad!zen!cory.Berkeley.EDU!waterman From: waterman@cory.Berkeley.EDU (T.S. Alan Waterman) Newsgroups: comp.sys.amiga Subject: Re: Manx C Message-ID: <3199@zen.berkeley.edu> Date: Wed, 5-Aug-87 18:33:09 EDT Article-I.D.: zen.3199 Posted: Wed Aug 5 18:33:09 1987 Date-Received: Sat, 8-Aug-87 05:50:02 EDT References: <4540@jade.BERKELEY.EDU> <1836@vax135.UUCP> <4595@jade.BERKELEY.EDU> Sender: news@zen.berkeley.edu Reply-To: waterman@cory.Berkeley.EDU.UUCP (T.S. Alan Waterman) Distribution: comp Organization: University of California, Berkeley Lines: 28 Keywords: look at the assembly. Summary: the problem is... >Of course, "if (ptr == 0)" is as valid as "if (ptr == NULL)", and >probably isn't fixed by that change. That the identical "if (!ptr)" >doesn't produce an error message may indicate that "if (ptr == 0)" >won't, either. > >