diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 18:07:30 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 18:07:30 +0000 |
commit | 004955206412e3e53b76d4dad6bc7ac3032c300a (patch) | |
tree | fd1540878c0d7a6225c1af912ef3415f53e97ef5 /thread.h | |
parent | 3e6e8be7e558c0e8674ba478f22ba6ebcd1aa86e (diff) | |
download | perl-004955206412e3e53b76d4dad6bc7ac3032c300a.tar.gz |
Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
p4raw-id: //depot/perl@233
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |