enable debugging to start by default.

This commit is contained in:
Vitor Santos Costa 2014-03-20 13:33:47 +00:00
parent 41e1980f83
commit 506ac57509
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -17,7 +17,7 @@
#include <pthread.h>
#define DEBUG_LOCKS 1
//#define DEBUG_LOCKS 1
#if DEBUG_LOCKS
int Yap_ThreadID( void );