summaryrefslogtreecommitdiffstats
path: root/hack/hack.read.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 00:37:43 +0000
committerchristos <christos@NetBSD.org>2001-02-05 00:37:43 +0000
commitdfc4e173d46d915ee76e5e481a35c6ce6c385633 (patch)
tree8a1aba09a64bec7fa75d106118c7ef0a7faff206 /hack/hack.read.c
parent005f15c78e408f76e79e10fe47c2b0a59f754c02 (diff)
downloadbsdgames-darwin-dfc4e173d46d915ee76e5e481a35c6ce6c385633.tar.gz
bsdgames-darwin-dfc4e173d46d915ee76e5e481a35c6ce6c385633.tar.zst
bsdgames-darwin-dfc4e173d46d915ee76e5e481a35c6ce6c385633.zip
fix redundant decls and nested externs. while I am here change my copyright
to TNF.
Diffstat (limited to 'hack/hack.read.c')
-rw-r--r--hack/hack.read.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/hack/hack.read.c b/hack/hack.read.c
index 60b684a5..53717f0f 100644
--- a/hack/hack.read.c
+++ b/hack/hack.read.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.read.c,v 1.5 1998/08/30 09:19:37 veego Exp $ */
+/* $NetBSD: hack.read.c,v 1.6 2001/02/05 00:37:43 christos Exp $ */
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
@@ -6,7 +6,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.read.c,v 1.5 1998/08/30 09:19:37 veego Exp $");
+__RCSID("$NetBSD: hack.read.c,v 1.6 2001/02/05 00:37:43 christos Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -193,7 +193,6 @@ doread()
}
case SCR_GENOCIDE:
{
- extern char genocided[], fut_geno[];
char buf[BUFSZ];
struct monst *mtmp, *mtmp2;
@@ -575,7 +574,6 @@ monstersym(ch) /* arnold@ucsfcgl */
char ch;
{
struct permonst *mp;
- extern struct permonst pm_eel;
/*
* can't genocide certain monsters