Alain wrote:
> > The fourth argument to trymove() is asymmetrical. ;-)
> 
> hmm , i'm not sure of the meaning of you wink ;-)
> 
> int 
> trymove(int pos, int color, const char *message, int str)
> {
>   UNUSED(str);
>   /* Do the real work elsewhere. */
>   if (!do_trymove(pos, color, 0))
> 
> the 4th argument is unused, so currently we dont care about it ?
> so it is symetrical ? or i misunderstand something ?

It was a joke and implicitly a poor excuse why I misestimated the code
when glancing through it. It is symmetrical enough.

/Gunnar


_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to