Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
b8f99a8b
Commit
b8f99a8b
authored
May 20, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(foutput_misc_info): Fix usage of the COMPILE_CHECKS macro.
parent
c686c938
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/server/ram-output.c
src/server/ram-output.c
+4
-3
No files found.
src/server/ram-output.c
View file @
b8f99a8b
/*
* $Id: ram-output.c,v 0.3
0
1999/05/
12 13:25:24 by
er
s
Exp $
* $Id: ram-output.c,v 0.3
1
1999/05/
20 06:53:39 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,7 +39,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: ram-output.c,v 0.3
0
1999/05/
12 13:25:24 by
er
s
Exp $"
;
rcsid
=
"$Id: ram-output.c,v 0.3
1
1999/05/
20 06:53:39 ced
er Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -880,8 +880,9 @@ foutput_misc_info(FILE *fp,
#ifndef COMPILE_CHECKS
default:
restart_kom
(
"prot_a_output_misc_info: Illegal misc
\n
"
);
#endif
case
unknown_info
:
restart_kom
(
"prot_a_output_misc_info: Illegal misc
\n
"
);
}
}
...
...
Write
Preview
Markdown
is supported
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