summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2005-06-09 12:20:12 +0000
committertron <tron@NetBSD.org>2005-06-09 12:20:12 +0000
commit3e39584b24a73f00df65f1e1711ccc868fc80e5a (patch)
tree8244e4e863a9b7494e1902d97d6ac46e7ab8d451 /rogue
parent56f6c8fa302a7c9824a3b028697d1450062f0da3 (diff)
downloadbsdgames-darwin-3e39584b24a73f00df65f1e1711ccc868fc80e5a.tar.gz
bsdgames-darwin-3e39584b24a73f00df65f1e1711ccc868fc80e5a.tar.zst
bsdgames-darwin-3e39584b24a73f00df65f1e1711ccc868fc80e5a.zip
Change marker from "pmppc" to "powerpc" because a NetBSD-macppc build
is also affected.
Diffstat (limited to 'rogue')
-rw-r--r--rogue/monster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rogue/monster.c b/rogue/monster.c
index 885b103e..3bb665f5 100644
--- a/rogue/monster.c
+++ b/rogue/monster.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monster.c,v 1.9 2005/06/09 09:36:19 he Exp $ */
+/* $NetBSD: monster.c,v 1.10 2005/06/09 12:20:12 tron Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: monster.c,v 1.9 2005/06/09 09:36:19 he Exp $");
+__RCSID("$NetBSD: monster.c,v 1.10 2005/06/09 12:20:12 tron Exp $");
#endif
#endif /* not lint */
@@ -629,7 +629,7 @@ wanderer()
short row, col, i;
boolean found = 0;
- monster = NULL; /* XXXGCC -Wuninitialized [pmppc] */
+ monster = NULL; /* XXXGCC -Wuninitialized [powerpc] */
for (i = 0; ((i < 15) && (!found)); i++) {
monster = gr_monster((object *) 0, 0);