Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!uwvax!vanvleck!uwmcsd1!ig!agate!ucbvax!decwrl!hplabs!hpda!hpcuhb!hpcllla!hpcllz2!walter
From: walter@hpcllz2.HP.COM (Walter Murray)
Newsgroups: comp.lang.c
Subject: Re: Re: Unnecessary parenthesis
Message-ID: <7330006@hpcllz2.HP.COM>
Date: 8 Jul 88 18:22:13 GMT
References: <743@vsi.UUCP>
Organization: HP NSG/ISD Computer Language Lab
Lines: 11

Dave Decot writes:

>Return is not a function call, and it shouldn't look like one.

I agree, and I don't use parentheses there.  But how do people feel
about sizeof, which is also not an operator and does not require
parentheses when its operand is an expression?  I hate to use
them, but it seems they always improve readability in that case.
Am I just braindamaged from too much Pascal?

Walter Murray