fix makefile rules.

fix dtoa for 64 bit machines
This commit is contained in:
Vítor Santos Costa
2011-03-01 09:18:19 +00:00
parent 9f38705c17
commit 31909e3741
2 changed files with 5 additions and 2 deletions

View File

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