mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:33:34 +03:00
Nico Baggus' VMS tweaks
This commit is contained in:
parent
a333bddeeb
commit
721b05e343
13 changed files with 91 additions and 76 deletions
|
|
@ -168,7 +168,10 @@ int curl_fclose(FILE *file, int line, const char *source)
|
|||
source, line, file);
|
||||
return res;
|
||||
}
|
||||
|
||||
#else
|
||||
#ifdef VMS
|
||||
int VOID_VAR_MEMDEBUG;
|
||||
#endif
|
||||
#endif /* MALLOCDEBUG */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue