fix compilation in win32win64
This commit is contained in:
parent
fde6fd9f51
commit
a787605c5c
@ -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"
|
||||
|
Reference in New Issue
Block a user