pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-10
1998-03-10 14:27:07 by Marcus Comstedt <marcus@mc.pp.se>
ce31940393eadc5169825b5c692c78732b9ff14e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix(TM).
Rev: src/threads.h:1.35
255:
#endif #ifndef th_equal
-
#define th_equal(X,Y) (!
MEMCPY
(&(X),&(Y),sizeof(THREAD_T)))
+
#define th_equal(X,Y) (!
MEMCMP
(&(X),&(Y),sizeof(THREAD_T)))
#endif #ifndef th_hash