Source-Changes-HG archive

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

[src/trunk]: src/games/rogue Change marker from "pmppc" to "powerpc" because ...



details:   https://anonhg.NetBSD.org/src/rev/21ed7a25a23b
branches:  trunk
changeset: 581890:21ed7a25a23b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 09 12:20:12 2005 +0000

description:
Change marker from "pmppc" to "powerpc" because a NetBSD-macppc build
is also affected.

diffstat:

 games/rogue/monster.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 70fb15caa6b9 -r 21ed7a25a23b games/rogue/monster.c
--- a/games/rogue/monster.c     Thu Jun 09 11:24:04 2005 +0000
+++ b/games/rogue/monster.c     Thu Jun 09 12:20:12 2005 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index