enable debugging to start by default.
This commit is contained in:
parent
41e1980f83
commit
506ac57509
@ -34,7 +34,7 @@ static char SccsId[] = "%W% %G%";
|
||||
|
||||
#if DEBUG_LOCKS
|
||||
|
||||
int debug_locks;
|
||||
int debug_locks = TRUE;
|
||||
|
||||
static Int p_debug_locks( USES_REGS1 ) { debug_locks = 1; return TRUE; }
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#define DEBUG_LOCKS 1
|
||||
//#define DEBUG_LOCKS 1
|
||||
|
||||
#if DEBUG_LOCKS
|
||||
int Yap_ThreadID( void );
|
||||
|
Reference in New Issue
Block a user