fix compilation in win32win64

This commit is contained in:
U-WIN-ENP104VVO3U\Vítor Santos Costa 2011-05-02 18:22:07 +01:00
parent fde6fd9f51
commit a787605c5c

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"