mirror of
https://github.com/curl/curl.git
synced 2026-07-04 15:57:21 +03:00
tool_hugehelp: partially reverted 24e22e10
Compilation was not possible if manuel is disabled due this error:
error: macro "hugehelp" passed 1 arguments, but takes just 0
void hugehelp(void) {}
This commit is contained in:
parent
59b5ef444e
commit
0af2322bc6
1 changed files with 0 additions and 4 deletions
|
|
@ -23,10 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
|
||||
#ifdef USE_MANUAL
|
||||
void hugehelp(void);
|
||||
#else
|
||||
#define hugehelp() Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_HUGEHELP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue