cvs commit: src/sys/kern subr_bus.c

Nate Lawson nate at root.org
Tue Mar 30 11:14:04 PST 2004


On Tue, 30 Mar 2004, Tony Finch wrote:
> On Mon, 29 Mar 2004, Nate Lawson wrote:
> >
> > Parens only indicate associativity, they cannot override precedence.
>
> They can do both.
>
> 	a + (b + c) // overriding associativity
> 	a * (b + c) // overriding precedence
>
> They cannot control order of evaluation.

Correct.  I meant to say that but was a bit addled from returning from a
trip.  Thanks.  Things like this are meaningless:
  *(ptr++)

-Nate


More information about the cvs-all mailing list