lint oversight
utzoo!decvax!ucbvax!unix-wizards
utzoo!decvax!ucbvax!unix-wizards
Fri Oct 2 02:37:44 AEST 1981
>From day at RAND-UNIX Fri Oct 2 02:33:45 1981
lint should complain if you try to
switch on a pointer.
char *cp;
switch (cp) {
case 1:
;
}
gets no complaints.
--dave
More information about the Comp.unix.wizards
mailing list