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
0e5cfc72
Commit
0e5cfc72
authored
Aug 01, 1996
by
Per Cederqvist
Browse files
Output a trailing entry which uses prot_a_hunt_nl to parse when
client->function is illegal_fnc.
parent
4d228c4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/fnc-def-init.awk
View file @
0e5cfc72
#
# $Id: fnc-def-init.awk,v 0.
4
199
1
/0
9/15
1
0
:3
2:10 linus
Exp $
# $Id: fnc-def-init.awk,v 0.
5
199
6
/0
8/01
1
8
:3
1:45 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,14 +22,10 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: fnc-def-init.awk,v 0.
4
199
1
/0
9/15
1
0
:3
2:10 linus
Exp $
# $Id: fnc-def-init.awk,v 0.
5
199
6
/0
8/01
1
8
:3
1:45 ceder
Exp $
BEGIN
{
printf
(
"/* Don't edit this file - it is generated automatically"
);
printf
(
" from\n fnc-def-init.awk and fncdef.txt */\n\n"
);
printed_flg
=
0
;
}
printed_flg
==
1
{
printf
(
",\n"
);
}
$1
!=
"#"
{
printf
(
" {"
);
...
...
@@ -39,10 +35,8 @@ $1 != "#" {
else
printf
(
"%7s,"
,
"rt_"
$1
);
printf
(
"prot_a_parse_arg_%s}"
,
$2
);
printed_flg
=
1
;
printf
(
"prot_a_parse_arg_%s},\n"
,
$2
);
}
END
{
printf
(
"\n"
);
printf
(
"
{rt_success, prot_a_hunt_nl}
\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