This commit is contained in:
Vitor Santos Costa
2018-02-23 14:09:58 +00:00
parent 1066ded7d9
commit d6aaa8a03e
11 changed files with 14 additions and 92 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>