projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2182f84
)
Fix the build for 5005 threads for non -DDEBUGGING. This must have been
author
Nicholas Clark <nick@ccl4.org>
Sat, 13 Dec 2008 22:48:44 +0000 (22:48 +0000)
committer
Nicholas Clark <nick@ccl4.org>
Sat, 13 Dec 2008 22:48:44 +0000 (22:48 +0000)
broken for a few months, but no-one has reported it. I infer that
no-one uses 5005 threads any more.
p4raw-id: //depot/maint-5.8/perl@35087
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
67f2179
..
1bab046
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-127,7
+127,7
@@
# ifdef USE_5005THREADS
struct perl_thread;
-# define tTHX register struct perl_thread *
+# define tTHX struct perl_thread *
# define pTHX register struct perl_thread *thr PERL_UNUSED_DECL
# define aTHX thr
# define dTHR dNOOP /* only backward compatibility */