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
e21087c9
Commit
e21087c9
authored
Mar 08, 1994
by
Per Cederqvist
Browse files
Portability fix.
parent
bef95c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-parse-arg-c.awk
View file @
e21087c9
#
# $Id: prot-a-parse-arg-c.awk,v 0.1
0
1994/0
2/19 04:2
7:5
8
ceder Exp $
# $Id: prot-a-parse-arg-c.awk,v 0.1
1
1994/0
3/08 22:5
7:5
4
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: prot-a-parse-arg-c.awk,v 0.1
0
1994/0
2/19 04:2
7:5
8
ceder Exp $
# $Id: prot-a-parse-arg-c.awk,v 0.1
1
1994/0
3/08 22:5
7:5
4
ceder Exp $
BEGIN
{
printf
(
"/* Don't edit this file - it is generated automatically"
);
printf
(
" from\n prot-a-parse-arg-c.awk and fncdef.txt */\n\n"
);
...
...
@@ -73,7 +73,7 @@ $1 != "#" {
{
printf
(
"\tif ( parse_nonwhite_char(client) != '{' )\n"
);
printf
(
"\t longjmp(parse_env, ISC_PROTOCOL_ERR);\n"
);
printf
(
"\tif ( client->num%d > param.mark_as_read_chunk )\n"
,
printf
(
"\tif ( client->num%d > param.mark_as_read_chunk )\n"
,
\
num
-
1
);
printf
(
"\t longjmp(parse_env, ISC_PROTOCOL_ERR);\n"
);
printf
(
"\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