fix compilation under threads.
This commit is contained in:
parent
f3f9c75cf7
commit
10d5a38e92
@ -312,7 +312,7 @@ IsIntTerm (Term t)
|
||||
}
|
||||
|
||||
|
||||
EXTERN inline Term MkPairTerm__(Term head, Term tail CACHE_TYPE );
|
||||
EXTERN inline Term MkPairTerm__(Term head, Term tail USES_REGS );
|
||||
|
||||
EXTERN inline Term
|
||||
MkPairTerm__ (Term head, Term tail USES_REGS)
|
||||
|
@ -19,9 +19,6 @@
|
||||
typedef void *Functor;
|
||||
typedef void *Atom;
|
||||
|
||||
#define CACHE_TYPE
|
||||
#define CACHE_TYPE1 void
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef EXTERN
|
||||
|
Reference in New Issue
Block a user