code review

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1576 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-24 16:26:31 +00:00
parent 8947654162
commit 8ed6f693bb
21 changed files with 195 additions and 185 deletions

View File

@@ -12,7 +12,7 @@
* Last rev: *
* mods: *
* comments: allocating space *
* version:$Id: alloc.c,v 1.80 2006-01-08 23:01:46 vsc Exp $ *
* version:$Id: alloc.c,v 1.81 2006-03-24 16:26:25 vsc Exp $ *
*************************************************************************/
#ifdef SCCS
static char SccsId[] = "%W% %G%";
@@ -213,7 +213,7 @@ Yap_InitHeap(void *heap_addr)
static void
InitExStacks(int Trail, int Stack)
{
UInt pm, sa, ta;
UInt pm, sa;
/* sanity checking for data areas */
if (Trail < MinTrailSpace)
@@ -235,6 +235,8 @@ InitExStacks(int Trail, int Stack)
#ifdef DEBUG
if (Yap_output_msg) {
Uint ta;
fprintf(stderr, "HeapBase = %p GlobalBase = %p\n LocalBase = %p TrailTop = %p\n",
Yap_HeapBase, Yap_GlobalBase, Yap_LocalBase, Yap_TrailTop);