Aucbvax.3184 fa.unix-wizards utzoo!decvax!ucbvax!unix-wizards Thu Sep 17 13:00:55 1981 lint and '&' >From day@RAND-UNIX Thu Sep 17 12:55:41 1981 Lint should warn you if an expression with a bitwise AND operator (&) would be evaluated differently if you put parentheses around the '&' operation. For example, if (statbuf.st_mode & S_IFMT == type) should draw a warning. --dave