iupdate dtoa and new versions of packages.

This commit is contained in:
Vítor Santos Costa
2011-03-22 11:42:05 +00:00
parent 7922f3cee8
commit a8bf2907d5
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
#define MALLOC PL_malloc #define MALLOC PL_malloc
#define FREE PL_free #define FREE PL_free
#if defined(_REENTRANT)||( defined(__YAP_PROLOG__) && defined(THREADS)) #if defined(_REENTRANT)||defined(__YAP_PROLOG__)
#define Long int /* 32-bits */ #define Long int /* 32-bits */
#define MULTIPLE_THREADS #define MULTIPLE_THREADS