Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3

This commit is contained in:
Vitor Santos Costa
2011-05-02 23:31:35 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
#define MALLOC PL_malloc
#define FREE PL_free
#if defined(_REENTRANT)||defined(__YAP_PROLOG__)
#if defined(_REENTRANT)
#define Long int /* 32-bits */
#define MULTIPLE_THREADS
@@ -56,6 +56,8 @@ FREE_DTOA_LOCK(int n)
pthread_mutex_unlock(&mutex_1);
}
#elif defined(__YAP_PROLOG__)
#define Long int /* 32-bits */
#endif /*MULTIPLE_THREADS*/
#include "dtoa.c"