Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!hplvec!boyne From: boyne@hplvec.LVLD.HP.COM (Art Boyne) Newsgroups: comp.lang.c Subject: Re: Unnecessary parentheses (Was: Help: VAX C problem) Message-ID: <690001@hplvec.LVLD.HP.COM> Date: 9 Apr 91 16:47:55 GMT References: <1#.gqcm@rpi.edu> Organization: Hewlett-Packard Co., Loveland, CO Lines: 9 In comp.lang.c, darcy@druid.uucp (D'Arcy J.M. Cain) writes: > Whitespace doesn't add anything to the program either. Should we leave > that out as well? It is required in one case: "a=b/ *c". Without the space, we have the start of a comment, not a divide by the dereferenced pointer "c". Art Boyne, boyne@hplvla.hp.com