Module Name:    src
Committed By:   ryoon
Date:           Fri Jan  6 19:02:02 UTC 2023

Modified Files:
        src/games/cribbage: cribbage.h

Log Message:
Define yes as extern veriable to fix build

PR bin/57164 is insufficient.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/cribbage/cribbage.h

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

Modified files:

Index: src/games/cribbage/cribbage.h
diff -u src/games/cribbage/cribbage.h:1.17 src/games/cribbage/cribbage.h:1.18
--- src/games/cribbage/cribbage.h:1.17	Sat Oct 13 20:36:06 2012
+++ src/games/cribbage/cribbage.h	Fri Jan  6 19:02:02 2023
@@ -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		iwon;			/* if comp won 
 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 */
 

Reply via email to