From: Marc Hoersken Date: Mon, 24 Feb 2014 20:22:41 +0000 (+0100) Subject: tool_hugehelp: partially reverted 24e22e10 X-Git-Tag: curl-7_36_0~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0af2322bc6dec10612d33de4b100d5dbc7be739f;p=curl 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) {} --- diff --git a/src/tool_hugehelp.h b/src/tool_hugehelp.h index a7ae784e4..442579e5d 100644 --- a/src/tool_hugehelp.h +++ b/src/tool_hugehelp.h @@ -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 */