make it easier for outside packages to link with YAP innards.
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
typedef void *Functor;
|
||||
typedef void *Atom;
|
||||
|
||||
#define CACHE_TYPE
|
||||
#define CACHE_TYPE1 void
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef EXTERN
|
||||
@@ -134,3 +138,4 @@ typedef unsigned long int YAP_ULONG_LONG;
|
||||
|
||||
#define Unsigned(V) ((CELL) (V))
|
||||
#define Signed(V) ((Int) (V))
|
||||
|
||||
|
Reference in New Issue
Block a user