Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 15:04:35 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/smbus smbconf.h
Message-ID:  <199901280404.PAA32241@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    sys/dev/smbus        smbconf.h 
>  Log:
>      Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with
>      something else.

Not actually fixing anything, since '+' has much higher precedence than
'|'.

I agree that not parenthesizing these operators in expressions where
they occur explicitly is a style bug.  Not parenthesizing SMBPRI was
just a bug.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901280404.PAA32241>