mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Some preprocessors have problems if the # character isn't at position 1.
This commit is contained in:
parent
2e5cccd1b6
commit
7f5d092223
@ -725,11 +725,11 @@ AC_DEFUN([CURL_FUNC_GETNAMEINFO_ARGTYPES], [
|
|||||||
],[
|
],[
|
||||||
|
|
||||||
int res;
|
int res;
|
||||||
struct sockaddr *sa=NULL;
|
struct sockaddr *sa=0;
|
||||||
$gni_arg2 salen=0;
|
$gni_arg2 salen=0;
|
||||||
char *host=NULL;
|
char *host=0;
|
||||||
$gni_arg46 hostlen=0;
|
$gni_arg46 hostlen=0;
|
||||||
char *serv=NULL;
|
char *serv=0;
|
||||||
$gni_arg46 servlen=0;
|
$gni_arg46 servlen=0;
|
||||||
$gni_arg7 flags=0;
|
$gni_arg7 flags=0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user