summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-13 22:48:44 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-13 22:48:44 +0000
commitd2bbbee8e6255ba770a36bf713b17f1a2e66891c (patch)
tree1565ed5d453087ed64caa729d25c42337af2a666
parent2182f84d29139e225cfa4efba892211467e2327d (diff)
downloadperl-d2bbbee8e6255ba770a36bf713b17f1a2e66891c.tar.gz
Fix the build for 5005 threads for non -DDEBUGGING. This must have been
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
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 67f2179dac..1bab046f9b 100644
--- 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 */