projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6e8be
)
Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
author
Malcolm Beattie
<mbeattie@sable.ox.ac.uk>
Tue, 11 Nov 1997 18:07:30 +0000
(18:07 +0000)
committer
Malcolm Beattie
<mbeattie@sable.ox.ac.uk>
Tue, 11 Nov 1997 18:07:30 +0000
(18:07 +0000)
p4raw-id: //depot/perl@233
thread.h
patch
|
blob
|
history
diff --git
a/thread.h
b/thread.h
index
10b72ff
..
2f81e35
100644
(file)
--- 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 */