L constants are evil in 64 bits
This commit is contained in:
4
H/Yatom.h
Normal file → Executable file
4
H/Yatom.h
Normal file → Executable file
@@ -1394,8 +1394,8 @@ typedef enum
|
||||
|
||||
#include "YapHeap.h"
|
||||
|
||||
#define PredHashInitialSize 1039L
|
||||
#define PredHashIncrement 7919L
|
||||
#define PredHashInitialSize ((UInt)1039)
|
||||
#define PredHashIncrement ((UInt)7919)
|
||||
|
||||
EXTERN inline UInt STD_PROTO(PRED_HASH, (FunctorEntry *, Term, UInt));
|
||||
|
||||
|
Reference in New Issue
Block a user