Mail Archives: djgpp-workers/2002/12/14/07:58:18
Hello.
Andrew Cottrell wrote:
> Try # 2:-
>
> I haev hopefully incorporated all of the feedback from everyone in this
> attempt.
[snip]
I've committed the patch now. I made a couple of changes:
> + #define tick_per_day (24*60*60*10000/182)
Changed to TICK_PER_DAY, as agreed previously.
[snip]
> + while (((r.x.cx << 16) + (r.x.dx & 0xffff)) <= end_tick)
[snip]
I got an signed-unsigned comparison warning, so I changed 0xffff to 0xffffUL,
since r.x.* are unsigned.
I also added the changelog entry I suggested before.
I had to apply the patch manually via cut'n'paste, so please check that it
looks sane. (It looked OK to me, but please double-check.)
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -