Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/cribbage Define yes as extern veriable to fix build



details:   https://anonhg.NetBSD.org/src/rev/5fa1c440fbec
branches:  trunk
changeset: 372944:5fa1c440fbec
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Fri Jan 06 19:02:02 2023 +0000

description:
Define yes as extern veriable to fix build

PR bin/57164 is insufficient.

diffstat:

 games/cribbage/cribbage.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c238c8d4d96f -r 5fa1c440fbec games/cribbage/cribbage.h
--- a/games/cribbage/cribbage.h Fri Jan 06 18:19:27 2023 +0000
+++ b/games/cribbage/cribbage.h Fri Jan 06 19:02:02 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cribbage.h,v 1.17 2012/10/13 20:36:06 dholland Exp $   */
+/*     $NetBSD: cribbage.h,v 1.18 2023/01/06 19:02:02 ryoon Exp $      */
 
 /*
  * Copyright (c) 1980, 1993
@@ -53,6 +53,7 @@
 extern  BOOLEAN                explain;                /* player mistakes explained */
 extern  BOOLEAN                rflag;                  /* if all cuts random */
 extern  BOOLEAN                quiet;                  /* if suppress random mess */
+extern  BOOLEAN                yes;                    /* default 'y' to "Another game?" */
 
 extern  char           explan[];               /* string for explanation */
 



Home | Main Index | Thread Index | Old Index