diff options
| author | jsm <jsm@NetBSD.org> | 2004-01-26 09:59:36 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 2004-01-26 09:59:36 +0000 |
| commit | fab68984a6f4207d48e9315ac074c3bfb17015cb (patch) | |
| tree | 4545ac03d67022868ea4fa7a559d367dbe8c15e1 /monop/monop.def | |
| parent | 6267dec9c994556fa09a1f244c8dea227a3bfd21 (diff) | |
| download | bsdgames-darwin-fab68984a6f4207d48e9315ac074c3bfb17015cb.tar.gz bsdgames-darwin-fab68984a6f4207d48e9315ac074c3bfb17015cb.zip | |
Rename yn to yncoms to avoid conflict with GCC 3.4 built-in XSI
function.
Diffstat (limited to 'monop/monop.def')
| -rw-r--r-- | monop/monop.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/monop.def b/monop/monop.def index 63649ee6..c9462abc 100644 --- a/monop/monop.def +++ b/monop/monop.def @@ -1,4 +1,4 @@ -/* $NetBSD: monop.def,v 1.7 2003/08/07 09:37:28 agc Exp $ */ +/* $NetBSD: monop.def,v 1.8 2004/01/26 09:59:36 jsm Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -52,7 +52,7 @@ const char *name_list[MAX_PL+2], /* list of players' names */ "", /* 16 */ 0 }, - *const yn[] = { /* list of commands for yes/no answers */ + *const yncoms[] = { /* list of commands for yes/no answers */ "yes", /* 0 */ "no", /* 1 */ "quit", /* 2 */ "print", /* 3 */ "where", /* 4 */ "own holdings", /* 5 */ |
