Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.lang.c Subject: Re: Usual arithmetic conversions Keywords: sizeof unsigned ouch Message-ID: <1702@auspex.auspex.com> Date: 26 May 89 18:46:53 GMT References: <308@donk.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 5 >Don't you just hate it when code that has been working for years >suddenly goes bad on you? This took a few merry hours to find: "lint" probably would have taken less time to find it; it checks for comparisons such as "unsigned >= 0".