From aa36c4cc349a0c367d6462bdb012f7d6d681142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 8 Apr 1999 15:21:31 -0700 Subject: [PATCH] now works with DMALLOC (I hope) Rev: src/modules/Perl/perlmod.c:1.7 --- src/modules/Perl/perlmod.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/Perl/perlmod.c b/src/modules/Perl/perlmod.c index bcb59a1f40..10f7bcf0a2 100644 --- a/src/modules/Perl/perlmod.c +++ b/src/modules/Perl/perlmod.c @@ -13,6 +13,8 @@ #include <EXTERN.h> #include <perl.h> +/* Do not redefine my malloc macro you stupid Perl! */ +#include "dmalloc.h" static int num_perl_interpreters=0; DEFINE_MUTEX(perl_running); -- GitLab