pike.git/
src/
modules/
Perl/
perlmod.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-08
1999-04-08 22:21:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
aa36c4cc349a0c367d6462bdb012f7d6d681142f (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
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);