pike.git/
src/
modules/
Perl/
perlmod.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-10
1999-02-10 01:30:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
06de068c135b879746fe17814088ed98bdecf0dd (
19
lines) (+
10
/-
9
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for dependencies
Rev: src/modules/Perl/perlmod.c:1.5
1:
-
#include
<
global.h
>
-
#include
<
svalue.h
>
-
#include
<
array.h
>
-
#include
<
stralloc.h
>
-
#include
<
interpret.h
>
-
#include
<
module_support.h
>
-
#include
<
threads.h
>
-
#include
<
mapping.h
>
-
#include
<
perl_machine.h
>
+
#include
"
global.h
"
+
#include
"
svalue.h
"
+
#include
"
array.h
"
+
#include
"
stralloc.h
"
+
#include
"
interpret.h
"
+
#include
"
module_support.h
"
+
#include
"
threads.h
"
+
#include
"
mapping.h
"
+
#include
"
perl_machine.h
"
#ifdef HAVE_PERL