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
c09cf4e9
Commit
c09cf4e9
authored
Jun 14, 1996
by
David Byers
Browse files
Handle num_list input type
parent
61010735
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/call-switch.awk
View file @
c09cf4e9
#
# $Id: call-switch.awk,v 0.1
0
1996/06/
09 13:54:09
byers Exp $
# $Id: call-switch.awk,v 0.1
1
1996/06/
14 15:41:46
byers Exp $
# Copyright (C) 1991, 1993, 1994, 1995 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: call-switch.awk,v 0.1
0
1996/06/
09 13:54:09
byers Exp $
# $Id: call-switch.awk,v 0.1
1
1996/06/
14 15:41:46
byers Exp $
BEGIN
{
printf
(
"/* Don't edit this file - it is generated automatically"
);
printf
(
" from\n call-switch.awk and fncdef.txt */\n"
);
...
...
@@ -65,6 +65,8 @@ $1 != "#" {
printf
(
"&client->time"
);
else
if
(
$i
==
"info"
)
printf
(
"&client->info"
);
else
if
(
$i
==
"num_list"
)
printf
(
"&client->num_list"
);
else
printf
(
"\n#error in file server/fncdef.txt\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