msb@dciem.UUCP (Mark Brader) (10/15/86)
Distribution: Ray Butterworth (rbutterworth@watmath.UUCP) writes: > If you really want to be daring, get rid of the "if (dimtab...!=0)" > in the second change. Then it will complain about things like > func(a) > char a[]; > { > which really should be "char *a". Personally, I agree with this, but opinions are beside the point. If this change is made, then <all together now> it isn't a C compiler any more. Please, let's NOT have dozens of comments on whether the func (a) char a[]; syntax is a good idea and what it should mean. This isn't talk.religion.c. Mark Brader, utzoo!dciem!msb #define MSB(type) (~(((unsigned type)-1)>>1))