projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f495873
)
aTHX may be empty
Gurusamy Sarathy [Wed, 8 May 2002 00:46:34 +0000 (
00:46
+0000)]
p4raw-id: //depot/perl@16462
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
78f14eb
..
ca684c8
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-4665,7
+4665,11
@@
win32_signal_context(void)
}
return my_perl;
#else
+#ifdef USE_5005THREADS
return aTHX;
+#else
+ return PL_curinterp;
+#endif
#endif
}