Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/adventure eliminate redundant decls
details: https://anonhg.NetBSD.org/src/rev/bc906d108ec4
branches: trunk
changeset: 503350:bc906d108ec4
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 05 00:20:05 2001 +0000
description:
eliminate redundant decls
diffstat:
games/adventure/hdr.h | 4 ++--
games/adventure/init.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 92635ee4bb33 -r bc906d108ec4 games/adventure/hdr.h
--- a/games/adventure/hdr.h Mon Feb 05 00:17:22 2001 +0000
+++ b/games/adventure/hdr.h Mon Feb 05 00:20:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdr.h,v 1.8 1999/07/28 23:23:39 hubertf Exp $ */
+/* $NetBSD: hdr.h,v 1.9 2001/02/05 00:20:05 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -158,6 +158,6 @@
abbnum, maxdie, numdie, holdng, dkill, foobar, bonus, clock1,
clock2, saved, closng, panic, closed, scorng;
-extern int demo, newloc, limit;
+extern int demo, limit;
#define DECR(a,b,c,d,e) decr(a+'+',b+'-',c+'#',d+'&',e+'%')
diff -r 92635ee4bb33 -r bc906d108ec4 games/adventure/init.c
--- a/games/adventure/init.c Mon Feb 05 00:17:22 2001 +0000
+++ b/games/adventure/init.c Mon Feb 05 00:20:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.12 1999/07/28 23:23:39 hubertf Exp $ */
+/* $NetBSD: init.c,v 1.13 2001/02/05 00:20:05 christos Exp $ */
/*-
* Copyright (c) 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: init.c,v 1.12 1999/07/28 23:23:39 hubertf Exp $");
+__RCSID("$NetBSD: init.c,v 1.13 2001/02/05 00:20:05 christos Exp $");
#endif
#endif /* not lint */
@@ -127,7 +127,7 @@
abbnum, maxdie, numdie, holdng, dkill, foobar, bonus, clock1,
clock2, saved, closng, panic, closed, scorng;
-int demo, newloc, limit;
+int demo, limit;
void
init() /* everything for 1st time run */
Home |
Main Index |
Thread Index |
Old Index