fix makefile rules.
fix dtoa for 64 bit machines
This commit is contained in:
parent
9f38705c17
commit
31909e3741
@ -77,7 +77,7 @@ BIF_OBJS = \
|
|||||||
CptEntry.o \
|
CptEntry.o \
|
||||||
BifInterface.o \
|
BifInterface.o \
|
||||||
BifTest.o \
|
BifTest.o \
|
||||||
xmlParser/xmlParser.o
|
xmlParser.o
|
||||||
|
|
||||||
SOBJS=horus.@SO@
|
SOBJS=horus.@SO@
|
||||||
|
|
||||||
@ -85,6 +85,9 @@ SOBJS=horus.@SO@
|
|||||||
all: $(SOBJS) biftest
|
all: $(SOBJS) biftest
|
||||||
|
|
||||||
# default rule
|
# default rule
|
||||||
|
xmlParser.o : $(srcdir)/xmlParser/xmlParser.cpp
|
||||||
|
$(CXX) -c $(CXXFLAGS) $< -o $@
|
||||||
|
|
||||||
%.o : $(srcdir)/%.cpp
|
%.o : $(srcdir)/%.cpp
|
||||||
$(CXX) -c $(CXXFLAGS) $< -o $@
|
$(CXX) -c $(CXXFLAGS) $< -o $@
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#define MALLOC PL_malloc
|
#define MALLOC PL_malloc
|
||||||
#define FREE PL_free
|
#define FREE PL_free
|
||||||
|
|
||||||
#ifdef _REENTRANT
|
#if defined(_REENTRANT)||defined(__YAP_PROLOG__)
|
||||||
#define Long int /* 32-bits */
|
#define Long int /* 32-bits */
|
||||||
#define MULTIPLE_THREADS
|
#define MULTIPLE_THREADS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user