Merge ../../yap-6.3

This commit is contained in:
Vitor Santos Costa
2018-02-24 14:49:43 +00:00
9 changed files with 14 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
/* for freeBSD9.1 */
#define _WITH_DPRINTF
#include "blobs.h"
#include "YapBlobs.h"
static blob_type_t unregistered_blob_atom = {
YAP_BLOB_MAGIC_B, PL_BLOB_NOCOPY | PL_BLOB_TEXT, "unregistered"};

View File

@@ -28,7 +28,7 @@ static char SccsId[] = "%W% %G%";
#include "YapHeap.h"
#include "YapEval.h"
#include "yapio.h"
#include "blobs.h"
#include "YapBlobs.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>