Re: monop(6): drop the conditional shrt macro definitions

2017-06-22 Thread Frederic Cambus
On Sat, Jun 10, 2017 at 05:11:31PM -0700, Philip Guenther wrote: > >> Drop the conditional shrt macro definitions and use short everywhere. > > > > Why not use uint8_t then? > > Isn't the point of the code to *not* use an unsigned type? Yes, those changes [1] were commited with the following

Re: monop(6): drop the conditional shrt macro definitions

2017-06-10 Thread Philip Guenther
On Sat, Jun 10, 2017 at 2:45 PM, Miod Vallat wrote: >> Hi tech@, >> >> Drop the conditional shrt macro definitions and use short everywhere. > > Why not use uint8_t then? Isn't the point of the code to *not* use an unsigned type? Philip Guenther

Re: monop(6): drop the conditional shrt macro definitions

2017-06-10 Thread Miod Vallat
> Hi tech@, > > Drop the conditional shrt macro definitions and use short everywhere. Why not use uint8_t then?

monop(6): drop the conditional shrt macro definitions

2017-06-10 Thread Frederic Cambus
Hi tech@, Drop the conditional shrt macro definitions and use short everywhere. Comments? OK? Index: games/monop/houses.c === RCS file: /cvs/src/games/monop/houses.c,v retrieving revision 1.10 diff -u -p -r1.10 houses.c ---