|
From: Vitor S. C. <vs...@us...> - 2001-06-11 15:15:20
|
Update of /cvsroot/yap/C
In directory usw-pr-cvs1:/tmp/cvs-serv680/C
Modified Files:
heapgc.c
Log Message:
get rid of pesky debugging message
Index: heapgc.c
===================================================================
RCS file: /cvsroot/yap/C/heapgc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- heapgc.c 2001/06/11 15:09:36 1.17
+++ heapgc.c 2001/06/11 15:15:17 1.18
@@ -1200,10 +1200,6 @@
trail_cell = TrailTerm(trail_ptr);
- if (trail_cell == 0xa0000006) {
- printf("Oops at %p->%x\n", trail_ptr, trail_cell);
- }
-
if (IsVarTerm(trail_cell)) {
CELL *hp = (CELL *)trail_cell;
/* if a variable older than the current CP has not been marked yet,
|