Viktor Szakats 2024-09-11 02:17:19 +02:00
parent bde9c60f9b
commit e5351b607b
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,7 @@ foreach my $src (@ARGV) {
print <<HEADER print <<HEADER
/* !checksrc! disable COPYRIGHT all */ /* !checksrc! disable COPYRIGHT all */
#define MEMDEBUG_NODEFINES
#include "first.h" #include "first.h"
HEADER HEADER
; ;

View File

@ -25,6 +25,11 @@
#include <string.h> #include <string.h>
#include "first.h" #include "first.h"
#ifdef CURLDEBUG
# define MEMDEBUG_NODEFINES
# include "memdebug.h"
#endif
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
main_func_t main_func; main_func_t main_func;