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

This commit is contained in:
peter 2002-05-21 08:34:18 +00:00
parent 1a267f24ca
commit b7bed4f09b

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;