long -> Int

This commit is contained in:
Vítor Santos Costa
2010-05-10 10:22:18 +01:00
parent faeef37a03
commit 8340886b31
2 changed files with 14 additions and 12 deletions

View File

@@ -39,6 +39,8 @@ typedef int YAP_Bool;
typedef YAP_CELL YAP_Term;
typedef YAP_CELL YAP_Arity;
typedef YAP_Term YAP_Module;
typedef struct FunctorEntry *YAP_Functor;