Branch: Tag:

1999-04-08

1999-04-08 22:21:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

now works with DMALLOC (I hope)

Rev: src/modules/Perl/perlmod.c:1.7

13:   #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);