Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
827b2960
Commit
827b2960
authored
Jun 18, 1994
by
Per Cederqvist
Browse files
(toploop): Test NDEBUG instead of DEBUG.
parent
454b7986
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
827b2960
/*
* $Id: connections.c,v 0.3
4
1994/0
4/05 08:00:36
ceder Exp $
* $Id: connections.c,v 0.3
5
1994/0
6/18 18:54:53
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,7 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.3
4
1994/0
4/05 08:00:36
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.3
5
1994/0
6/18 18:54:53
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -942,7 +942,7 @@ toploop(void)
case
ISC_EVENT_TIMEOUT
:
BUG
((
">"
));
#ifdef DEBUG
#if
n
def
N
DEBUG
if
(
buglevel
>
0
)
fflush
(
stdout
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment