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

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