tool_hugehelp: make hugehelp a blank macro when disabled

Closes #9485
This commit is contained in:
Daniel Stenberg 2022-09-13 10:25:26 +02:00
parent a850b9edb9
commit b54920f7e4
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 7 additions and 10 deletions

View file

@ -227,10 +227,6 @@ foot();
sub foot {
print <<FOOT
#else /* !USE_MANUAL */
/* built-in manual is disabled, blank function */
#include "tool_hugehelp.h"
void hugehelp(void) {}
#endif /* USE_MANUAL */
FOOT
;