projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d57f927
)
5005threads wasn't even compiling.
Jarkko Hietaniemi [Wed, 6 Mar 2002 20:06:37 +0000 (20:06 +0000)]
p4raw-id: //depot/perl@15070
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
a2921fb
..
6b8532e
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-115,6
+115,9
@@
PerlInterpreter *
perl_alloc(void)
{
PerlInterpreter *my_perl;
+#ifdef USE_5005THREADS
+ dTHX;
+#endif
/* New() needs interpreter, so call malloc() instead */
my_perl = (PerlInterpreter*)PerlMem_malloc(sizeof(PerlInterpreter));