projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f5d076
)
Prototype tweak for non-threaded builds.
Jarkko Hietaniemi [Wed, 3 Apr 2002 14:18:58 +0000 (14:18 +0000)]
p4raw-id: //depot/perl@15704
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
bc69454
..
1a5ec5c
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-303,7
+303,7
@@
no threads.
*/
int
-Perl_nothreadhook(pTHXx)
+Perl_nothreadhook(pTHX)
{
return 0;
}