pike.git
/
src
/
modules
/
Perl
/
perlmod.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Perl/perlmod.c:6:
#include "module_support.h" #include "threads.h" #include "mapping.h" #include "perl_machine.h" #ifdef HAVE_PERL #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); #ifdef MULTIPLICITY #endif struct perlmod_storage { char **argv;