Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:
> Umm, but it doesn't work across other loops:
> ---
> {
> G2_LOCK;
> for(;;) {
> :
> G2_UNLOCK;
> :
> G2_LOCK;
> :
> }
> G2_UNLOCK;
> }
Nope. Do we have such loops? Why?
// Marcus