more integration and cleanup work: allow irect access from YAP to swi global and local, to

check flags quickly.
This commit is contained in:
Vitor Santos Costa
2013-11-13 12:57:52 +00:00
parent 4fa9021a7b
commit 220970db6d
11 changed files with 275 additions and 251 deletions

View File

@@ -141,7 +141,7 @@ typedef uintptr_t term_t;
typedef struct mod_entry *module_t;
typedef void *record_t;
typedef uintptr_t atom_t;
typedef YAP_Term *predicate_t;
typedef struct pred_entry *predicate_t;
typedef struct open_query_struct *qid_t;
typedef uintptr_t functor_t;
typedef int (*PL_agc_hook_t)(atom_t);