Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/3/84; site talcott.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!tmb From: tmb@talcott.UUCP (Thomas M. Breuel) Newsgroups: net.lang.c Subject: Re: parens around sizeof arg Message-ID: <354@talcott.UUCP> Date: Wed, 13-Mar-85 12:57:21 EST Article-I.D.: talcott.354 Posted: Wed Mar 13 12:57:21 1985 Date-Received: Fri, 15-Mar-85 00:14:56 EST References: <8985@brl-tgr.ARPA> <2116@wateng.UUCP> Organization: Harvard University Lines: 8 > Why are parentheses aroung the `expr' sloppy? I had been programming Well, it is something that is semantically and syntactically superfluous, much the same way that many PASCAL programmers like to insert extra null statements at the end of program blocks. The parentheses serve at most an optical purpose. Thomas.