summaryrefslogtreecommitdiffstats
path: root/atc/extern.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@NetBSD.org>2005-08-10 17:53:28 +0000
committerrpaulo <rpaulo@NetBSD.org>2005-08-10 17:53:28 +0000
commit90f5663ccbe92953f9eea2ee004653a52ca7196d (patch)
tree996bc7af369386ac6a6124503f59ca2e091e8b19 /atc/extern.h
parent5f15bd7b70cf1b2c91e6ca76b4f0a47e4778a3dd (diff)
downloadbsdgames-darwin-90f5663ccbe92953f9eea2ee004653a52ca7196d.tar.gz
bsdgames-darwin-90f5663ccbe92953f9eea2ee004653a52ca7196d.tar.zst
bsdgames-darwin-90f5663ccbe92953f9eea2ee004653a52ca7196d.zip
Pass lint(1).
Diffstat (limited to 'atc/extern.h')
-rw-r--r--atc/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atc/extern.h b/atc/extern.h
index 971a2970..0e9cca5a 100644
--- a/atc/extern.h
+++ b/atc/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.12 2005/07/01 00:48:34 jmc Exp $ */
+/* $NetBSD: extern.h,v 1.13 2005/08/10 17:53:28 rpaulo Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -48,7 +48,9 @@ extern const char *filename;
extern int clck, safe_planes, start_time, test_mode;
+#if 0
extern FILE *filein, *fileout;
+#endif
extern C_SCREEN screen, *sp;