make it easier for outside packages to link with YAP innards.

This commit is contained in:
Vitor Santos Costa
2012-05-14 15:06:18 +01:00
parent 682db0aad4
commit 6c36a8ccd3
9 changed files with 154 additions and 117 deletions

View File

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