>> k++; k++;
Is there really code that does this? Can you say "k+=2;"?
>> i = i - 3;
> to this:
>> k++; k++; k++;
k+=3;
Sorry for such stupid nitpicking, but if this is in some way heavily travelled
loop, things like this can be significant.
Sounds like formal code review time. Just kidding.
-- unknown@apple.com Apple II Forever These opinions are mine, not Apple's.