Do not guess what a bool is, just use it.

This commit is contained in:
Peter Wemm 2002-05-21 08:34:18 +00:00
parent 42d4025c74
commit 1f777d8747

View File

@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)deck.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*
@ -81,5 +82,5 @@ typedef struct {
int suit;
} CARD;
typedef char BOOLEAN;
typedef bool BOOLEAN;