1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Added back two macros used when debugging. (Got lost by mistake during

a recent change.)
This commit is contained in:
Mikael Djurfeldt 2002-12-19 08:00:23 +00:00
parent 9ed246339f
commit b7b6a116e6

View file

@ -60,6 +60,11 @@ int (*scm_i_plugin_cond_timedwait) (scm_t_cond *,
scm_t_mutex *,
const struct timespec *);
#ifdef SCM_DEBUG_THREADS
#define FAST_MUTEX 1
#define REC_MUTEX 2
#endif
typedef struct rec_mutex {
#ifdef SCM_DEBUG_THREADS
int kind;