pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-21
1997-10-21 21:24:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43306a4bda4bf2551f830b2a76ee8f746db2cc7f (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing macros if running without threads.
Rev: src/threads.h:1.20
288:
#define mt_destroy(X) #define THREADS_ALLOW() #define THREADS_DISALLOW()
+
#define HIDE_GLOBAL_VARIABLES()
+
#define REVEAL_GLOBAL_VARIABLES()
#define th_init() #define th_cleanup() #define th_init_programs()