Subject: Re: pcmcia patches in current (6/30/97)
To: None <wrstuden@loki.stanford.edu>
From: None <Havard.Eidnes@runit.sintef.no>
List: tech-kern
Date: 07/06/1997 00:40:21
> (sorry to be coming in on the end of the thread)

Ditto.

> Why do we use those do {} while 0 loops? Why not just a {} around the code?

Becuse just using "{}" doesn't make it a statement, and the
compiler gets unhappy once it sees a semicolon following such a
construct.

- Havard