Subject: CVS commit: src/games/phantasia
To: None <source-changes@NetBSD.org>
From: Joseph Myers <jsm@netbsd.org>
List: source-changes
Date: 02/15/2005 12:58:21
Module Name:	src
Committed By:	jsm
Date:		Tue Feb 15 12:58:21 UTC 2005

Modified Files:
	src/games/phantasia: gamesupport.c interplayer.c io.c misc.c
	    phantstruct.h

Log Message:
Don't presume phantasia's internal bool (char) is the same as that in
curses.h: define phbool and use it where necessary to avoid declaring
functions with one bool and defining them with the other.

Reviewed by <hubertf>.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/games/phantasia/gamesupport.c \
    src/games/phantasia/interplayer.c src/games/phantasia/io.c
cvs rdiff -r1.13 -r1.14 src/games/phantasia/misc.c
cvs rdiff -r1.4 -r1.5 src/games/phantasia/phantstruct.h

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