Skip to content

Commit b0282a1

Browse files
rpaulorpaulo
authored andcommitted
Pass lint(1).
1 parent 16a8e8c commit b0282a1

File tree

7 files changed

+271
-248
lines changed

7 files changed

+271
-248
lines changed

games/atc/extern.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: extern.c,v 1.8 2005/07/01 00:48:34 jmc Exp $ */
1+
/* $NetBSD: extern.c,v 1.9 2005/08/10 17:53:28 rpaulo Exp $ */
22

33
/*-
44
* Copyright (c) 1990, 1993
@@ -46,7 +46,7 @@
4646
#if 0
4747
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
4848
#else
49-
__RCSID("$NetBSD: extern.c,v 1.8 2005/07/01 00:48:34 jmc Exp $");
49+
__RCSID("$NetBSD: extern.c,v 1.9 2005/08/10 17:53:28 rpaulo Exp $");
5050
#endif
5151
#endif /* not lint */
5252

@@ -58,7 +58,9 @@ int clck, safe_planes, start_time, test_mode;
5858

5959
const char *filename;
6060

61+
#if 0
6162
FILE *filein, *fileout;
63+
#endif
6264

6365
C_SCREEN screen, *sp = &screen;
6466

games/atc/extern.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: extern.h,v 1.12 2005/07/01 00:48:34 jmc Exp $ */
1+
/* $NetBSD: extern.h,v 1.13 2005/08/10 17:53:28 rpaulo Exp $ */
22

33
/*-
44
* Copyright (c) 1990, 1993
@@ -48,7 +48,9 @@ extern const char *filename;
4848

4949
extern int clck, safe_planes, start_time, test_mode;
5050

51+
#if 0
5152
extern FILE *filein, *fileout;
53+
#endif
5254

5355
extern C_SCREEN screen, *sp;
5456

0 commit comments

Comments
 (0)