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.ext | |
| 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.ext')
| -rw-r--r-- | monop/monop.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/monop.ext b/monop/monop.ext index fe227517..f1214ab2 100644 --- a/monop/monop.ext +++ b/monop/monop.ext @@ -1,4 +1,4 @@ -/* $NetBSD: monop.ext,v 1.5 2003/08/07 09:37:29 agc Exp $ */ +/* $NetBSD: monop.ext,v 1.6 2004/01/26 09:59:36 jsm Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -36,7 +36,7 @@ extern bool trading, spec, fixing, told_em; -extern const char *const yn[], *const comlist[], *name_list[], *const lucky_mes[]; +extern const char *const yncoms[], *const comlist[], *name_list[], *const lucky_mes[]; extern int num_play, player, num_doub, num_luck; |
