X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/ca104a29f1236b5c4ee454e8c132ed8518df7a27..68d82673282bfd2baa3f9533c92be6121d346cd9:/monop/deck.h?ds=sidebyside diff --git a/monop/deck.h b/monop/deck.h index 618fc2a7..a5d5159a 100644 --- a/monop/deck.h +++ b/monop/deck.h @@ -1,4 +1,4 @@ -/* $NetBSD: deck.h,v 1.4 1999/08/21 09:23:44 simonb Exp $ */ +/* $NetBSD: deck.h,v 1.6 2003/08/07 09:37:27 agc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -37,10 +33,10 @@ #include -# define bool char +#define bool char -# define CC_D deck[0] -# define CH_D deck[1] +#define CC_D deck[0] +#define CH_D deck[1] struct dk_st { /* deck description structure */ int num_cards; /* number of cards in deck */