We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1add35c commit f4f431dCopy full SHA for f4f431d
misc/optlib2c
@@ -620,6 +620,11 @@ EOF
620
if (defined $opts->{'selector'}) {
621
print <<EOF;
622
#include "selectors.h"
623
+EOF
624
+ }
625
+ if ((scalar @{$opts->{'paramdefs'}}) > 0) {
626
+ print <<EOF;
627
+#include "param.h"
628
EOF
629
}
630
@@ -968,7 +973,7 @@ EOF
968
973
969
974
{
970
975
.name = "$_->{'name'}",
971
- .description = "$desc",
976
+ .desc = "$desc",
972
977
.handleParam = NULL,
978
},
979
0 commit comments