We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e77060 commit 9cee694Copy full SHA for 9cee694
games/backgammon/common_source/subs.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: subs.c,v 1.20 2013/09/13 20:46:50 joerg Exp $ */
+/* $NetBSD: subs.c,v 1.21 2024/04/02 14:24:26 christos Exp $ */
2
3
/*
4
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
34
#if 0
35
static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
36
#else
37
-__RCSID("$NetBSD: subs.c,v 1.20 2013/09/13 20:46:50 joerg Exp $");
+__RCSID("$NetBSD: subs.c,v 1.21 2024/04/02 14:24:26 christos Exp $");
38
#endif
39
#endif /* not lint */
40
@@ -119,6 +119,7 @@ void
119
writel(const char *l)
120
{
121
#ifdef DEBUG
122
+ static FILE *trace;
123
const char *s;
124
125
if (trace == NULL)
0 commit comments