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
b7067c14
Commit
b7067c14
authored
Jun 07, 1991
by
Per Cederqvist
Browse files
Changes to support the rt_ prefix to the enum Res_type.
parent
7824f6ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/fnc-def-init.awk
View file @
b7067c14
...
...
@@ -10,9 +10,9 @@ $1 != "#" {
printf
(
" {"
);
if
(
$
(
NF
-
1
)
==
":"
)
printf
(
"%7s,"
,
$NF
);
printf
(
"%7s,"
,
"rt_"
$NF
);
else
printf
(
"%7s,"
,
$1
);
printf
(
"%7s,"
,
"rt_"
$1
);
printf
(
"prot_a_parse_arg_%s}"
,
$2
);
...
...
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