summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-11 18:07:30 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-11 18:07:30 +0000
commit004955206412e3e53b76d4dad6bc7ac3032c300a (patch)
treefd1540878c0d7a6225c1af912ef3415f53e97ef5
parent3e6e8be7e558c0e8674ba478f22ba6ebcd1aa86e (diff)
downloadperl-004955206412e3e53b76d4dad6bc7ac3032c300a.tar.gz
Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
p4raw-id: //depot/perl@233
-rw-r--r--thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index 10b72ff5c0..2f81e35128 100644
--- a/thread.h
+++ b/thread.h
@@ -227,7 +227,7 @@ struct thread {
U32 tid;
struct thread *next, *prev; /* Circular linked list of threads */
JMPENV Tstart_env; /* Top of top_env longjmp() chain */
-#ifdef ADD_THREAD_INTERN
+#ifdef HAVE_THREAD_INTERN
struct thread_intern i; /* Platform-dependent internals */
#endif
char trailing_nul; /* For the sake of thrsv and oursv */