Module Name: src Committed By: mrg Date: Mon Mar 22 05:10:19 UTC 2010
Modified Files: src/games/backgammon/backgammon: main.c text.c src/games/backgammon/common_source: back.h table.c src/games/backgammon/teachgammon: teach.c ttext2.c tutor.c Log Message: rename text() to wrtext(), aligning it with most other output routines, and avoiding a compile error on powerpc64. XXX: this tries to make a ".text" symbol, which already exists... To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/backgammon/backgammon/main.c cvs rdiff -u -r1.8 -r1.9 src/games/backgammon/backgammon/text.c cvs rdiff -u -r1.16 -r1.17 src/games/backgammon/common_source/back.h cvs rdiff -u -r1.10 -r1.11 src/games/backgammon/common_source/table.c cvs rdiff -u -r1.20 -r1.21 src/games/backgammon/teachgammon/teach.c cvs rdiff -u -r1.8 -r1.9 src/games/backgammon/teachgammon/ttext2.c \ src/games/backgammon/teachgammon/tutor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.