Module Name: src Committed By: rillig Date: Sat May 21 14:55:26 UTC 2022
Modified Files: src/games/gomoku: Makefile gomoku.h main.c Log Message: gomoku: convert input source constants to an enum I also tried converting other macros, but s_occ would use more memory and the return values for makemove are special values, besides the usual coordinates in the form PT(x, y), so turning the special values into an enum would be confusing. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/gomoku/Makefile cvs rdiff -u -r1.33 -r1.34 src/games/gomoku/gomoku.h cvs rdiff -u -r1.46 -r1.47 src/games/gomoku/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.