improved support for threads and code area allocation using malloc

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@965 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-02-05 16:57:02 +00:00
parent cacc407677
commit 9b84cdfe5d
43 changed files with 984 additions and 306 deletions

View File

@@ -14,6 +14,7 @@
#include "Yap.h"
#include "Foreign.h"
#include "Yatom.h"
#include "Heap.h"
#ifdef HAVE_STRING_H
#include <string.h>