Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/gomoku



Module Name:    src
Committed By:   rillig
Date:           Sun May 29 00:12:11 UTC 2022

Modified Files:
        src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c pickmove.c stoc.c

Log Message:
gomoku: use consistent variable names

Previously, the name 's' was used for the index of a spot on the board,
as well as for the value of a combo, and for a few other purposes. Use
different names and mark the spot indexes using a custom type.

No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/gomoku/bdinit.c
cvs rdiff -u -r1.50 -r1.51 src/games/gomoku/bdisp.c
cvs rdiff -u -r1.46 -r1.47 src/games/gomoku/gomoku.h
cvs rdiff -u -r1.66 -r1.67 src/games/gomoku/main.c
cvs rdiff -u -r1.48 -r1.49 src/games/gomoku/pickmove.c
cvs rdiff -u -r1.20 -r1.21 src/games/gomoku/stoc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index