Module Name: src Committed By: rillig Date: Sun May 29 15:16:11 UTC 2022
Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: use unsigned integers for bit sets As all access to the bit sets happens through the unsigned spot_index type, drop the type casts in the macros. No functional change on 2s complement machines. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/games/gomoku/pickmove.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.