Re: Inform: bug in a box? (patch)


Wed, 29 Nov 1995 19:55:25 GMT

In article <49g5o3$gfs@eve.speakeasy.org>,
What Illuminatus? <hades@speakeasy.org> wrote:
>Of course, as soon as I sent the last message I realized that literals can be
>@@?, @@??, and @@???, which totally screws up my patch.
>
>So... you have a couple choices.
>
>1) Change this:

>> 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.