pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-14
1997-10-14 03:11:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c84698cca6b31125080f8a91c764a48315f268b2 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
more debug added
Rev: src/interpret.h:1.15
80:
#define check_threads_etc() \ call_callback(& evaluator_callbacks, (void *)0)
+
#ifdef DEBUG
#define fast_check_threads_etc(X) do { \
-
+
static int div_; if(d_flag || !(div_++& ((1<<(X))-1))) check_threads_etc(); } while(0)
+
+
#else
+
#define fast_check_threads_etc(X) do { \
static int div_; if(!(div_++& ((1<<(X))-1))) check_threads_etc(); } while(0)
-
+
#endif
/* Prototypes begin here */ void push_sp_mark(void);