have different types for Functor,Atom and Term.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@555 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -36,7 +36,11 @@ typedef long int Int;
|
||||
|
||||
typedef double flt;
|
||||
|
||||
typedef CELL Term, Functor, Atom;
|
||||
typedef CELL Term;
|
||||
|
||||
typedef struct FunctorEntry *Functor;
|
||||
|
||||
typedef struct AtomEntry *Atom;
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
|
Reference in New Issue
Block a user