change Heap.h to YapHeap.h

rename $live to prolog/0 (for SWI compatibility).
This commit is contained in:
Vitor Santos Costa
2009-10-23 14:22:17 +01:00
parent 253444d7ca
commit 0179998d60
56 changed files with 67 additions and 63 deletions

View File

@@ -48,7 +48,7 @@ static char SccsId[] = "%W% %G%";
#include "Yap.h"
#include "Yatom.h"
#include "Heap.h"
#include "YapHeap.h"
#include "yapio.h"
#if HAVE_STRING_H
#include <string.h>