Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!goanna!ok From: ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) Newsgroups: comp.lang.c Subject: Blessed be the author(s) of Lint Message-ID: <3965@goanna.cs.rmit.oz.au> Date: 12 Oct 90 09:35:56 GMT Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 8 Just for a change I thought I'd post something that _wasn't_ a problem. Lint just caught a mistake in some code of mine where I was shifting by 32 instead of 5 ("shift greater than size of object"). Am I _glad_ that I ran lint after typing in every few functions! No, I'm not a new convert to lint, it's just the first time I've made this particular mistake in C. Lint saved me a great deal of embarrassment. -- Fear most of all to be in error. -- Kierkegaard, quoting Socrates.