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

@@ -51,6 +51,8 @@ static char SccsId[] = "%W% %G%";
#include "YapHeap.h"
#include "yapio.h"
#include "eval.h"
/* stuff we want to use in standard YAP code */
#include "pl-shared.h"
#if HAVE_STRING_H
#include <string.h>
#endif