mirror of
https://github.com/curl/curl.git
synced 2026-08-08 05:12:56 +03:00
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
This commit is contained in:
parent
db566c54ae
commit
308bc9d919
20 changed files with 33 additions and 30 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -220,4 +220,4 @@ int curl_fclose(FILE *file, int line, const char *source)
|
|||
#ifdef VMS
|
||||
int VOID_VAR_MEMDEBUG;
|
||||
#endif
|
||||
#endif /* MALLOCDEBUG */
|
||||
#endif /* CURLDEBUG */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue