Skip to content
GitLab
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
8c39ed29
Commit
8c39ed29
authored
May 20, 1999
by
Per Cederqvist
Browse files
(garb_text): Fix usage of the COMPILE_CHECKS macro.
parent
b8f99a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/text-garb.c
View file @
8c39ed29
/*
* $Id: text-garb.c,v 0.2
7
1999/05/
16 21:47:18
ceder Exp $
* $Id: text-garb.c,v 0.2
8
1999/05/
20 06:54:25
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -34,7 +34,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: text-garb.c,v 0.2
7
1999/05/
16 21:47:18
ceder Exp $"
;
rcsid
=
"$Id: text-garb.c,v 0.2
8
1999/05/
20 06:54:25
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -235,8 +235,9 @@ garb_text(void)
#ifndef COMPILE_CHECKS
default:
restart_kom
(
"garb_text(): Illegal misc-item.
\n
"
);
#endif
case
unknown_info
:
restart_kom
(
"garb_text(): Illegal misc-item.
\n
"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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