Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!pyrdc!pyrnj!rutgers!ames!amdcad!tim From: tim@amdcad.AMD.COM (Tim Olson) Newsgroups: comp.sys.amiga Subject: Re: Manx C Message-ID: <17827@amdcad.AMD.COM> Date: Wed, 5-Aug-87 23:44:15 EDT Article-I.D.: amdcad.17827 Posted: Wed Aug 5 23:44:15 1987 Date-Received: Sat, 8-Aug-87 09:08:12 EDT References: <4540@jade.BERKELEY.EDU> <1836@vax135.UUCP> <4595@jade.BERKELEY.EDU> <3199@zen.berkeley.edu> Reply-To: tim@amdcad.UUCP (Tim Olson) Distribution: comp Organization: Advanced Micro Devices, Inc., Sunnyvale, Ca. Lines: 60 Keywords: look at the assembly. Summary: Watch out for the C police! In article <3199@zen.berkeley.edu> waterman@cory.Berkeley.EDU.UUCP (T.S. Alan Waterman) writes: +----- | >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. | > | >