Module Name: src Committed By: rillig Date: Sat May 21 15:11:24 UTC 2022
Modified Files: src/games/gomoku: bdinit.c gomoku.h makemove.c pickmove.c Log Message: gomoku: inline macro MAXCOMBO The name of the macro was not descriptive enough, the other constants in bdinit also don't have names. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/gomoku/bdinit.c cvs rdiff -u -r1.34 -r1.35 src/games/gomoku/gomoku.h cvs rdiff -u -r1.18 -r1.19 src/games/gomoku/makemove.c cvs rdiff -u -r1.40 -r1.41 src/games/gomoku/pickmove.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.