We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f418484 commit 0add026Copy full SHA for 0add026
daemon-parm.awk
@@ -6,7 +6,6 @@
6
BEGIN {
7
heading = "/* DO NOT EDIT THIS FILE! It is auto-generated from a list of values in " ARGV[1] "! */\n\n"
8
sect = psect = defines = accessors = prior_ptype = ""
9
- values = "\nstatic const all_vars Defaults = {\n { /* Globals: */\n"
10
parms = "\nstatic struct parm_struct parm_table[] = {"
11
comment_fmt = "\n/********** %s **********/\n"
12
tdstruct = "typedef struct {"
@@ -22,6 +21,7 @@ BEGIN {
22
21
exit
23
}
24
defines = tdstruct
+ values = "\nstatic const all_vars Defaults = {\n { /* Globals: */\n"
25
exps = exp_values = sprintf(comment_fmt, "EXP")
26
sect = "GLOBAL"
27
psect = ", P_GLOBAL, &Vars.g."
0 commit comments