fix compilation under threads.

This commit is contained in:
Vitor Santos Costa 2012-05-14 18:05:16 +01:00
parent f3f9c75cf7
commit 10d5a38e92
2 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -19,9 +19,6 @@
typedef void *Functor;
typedef void *Atom;
#define CACHE_TYPE
#define CACHE_TYPE1 void
#endif
#ifndef EXTERN