pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-21
1997-10-21 17:40:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a35bbdd91f027a9e8aceb5dc5d1b5615b27d153e (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now hides some more non-thread-safe functions.
Rev: src/threads.h:1.19
225:
#define HIDE_GLOBAL_VARIABLES() do { \ int sp = 0, evaluator_stack = 0, mark_sp = 0, mark_stack = 0, fp = 0; \ void *evaluator_stack_malloced = NULL, *mark_stack_malloced = NULL; \
-
int recoveries = 0, thread_id = 0
+
int recoveries = 0, thread_id = 0
; \
+
int error = 0, xalloc = 0, low_my_putchar = 0, low_my_binary_strcat = 0; \
+
int low_make_buf_space = 0, pop_n_elems = 0; \
+
int push_sp_mark = 0, pop_sp_mark = 0
#define REVEAL_GLOBAL_VARIABLES() } while(0) #else /* DEBUG */