Skip to content
Snippets Groups Projects
Commit 0af2322b authored by Marc Hoersken's avatar Marc Hoersken
Browse files

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) {}
parent 59b5ef44
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment