Skip to content

Commit 9cee694

Browse files
committed
Fix DEBUG build.
1 parent 8e77060 commit 9cee694

File tree

1 file changed

+3
-2
lines changed
  • games/backgammon/common_source

1 file changed

+3
-2
lines changed

games/backgammon/common_source/subs.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: subs.c,v 1.20 2013/09/13 20:46:50 joerg Exp $ */
1+
/* $NetBSD: subs.c,v 1.21 2024/04/02 14:24:26 christos Exp $ */
22

33
/*
44
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
3434
#if 0
3535
static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
3636
#else
37-
__RCSID("$NetBSD: subs.c,v 1.20 2013/09/13 20:46:50 joerg Exp $");
37+
__RCSID("$NetBSD: subs.c,v 1.21 2024/04/02 14:24:26 christos Exp $");
3838
#endif
3939
#endif /* not lint */
4040

@@ -119,6 +119,7 @@ void
119119
writel(const char *l)
120120
{
121121
#ifdef DEBUG
122+
static FILE *trace;
122123
const char *s;
123124

124125
if (trace == NULL)

0 commit comments

Comments
 (0)