From 30c2f0e57007ff6ac910abf1cc3613dc47fa7990 Mon Sep 17 00:00:00 2001 From: pmoura Date: Thu, 25 Mar 2004 02:19:10 +0000 Subject: [PATCH] Removed debugging line to allow compilation. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1029 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/index.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/C/index.c b/C/index.c index 177e9ff0a..d76f19b75 100644 --- a/C/index.c +++ b/C/index.c @@ -11,8 +11,14 @@ * File: index.c * * comments: Indexing a Prolog predicate * * * -* Last rev: $Date: 2004-03-19 11:35:42 $,$Author: vsc $ * -* $Log: not supported by cvs2svn $ * +* Last rev: $Date: 2004-03-25 02:19:10 $,$Author: pmoura $ * +* $Log: not supported by cvs2svn $ +* Revision 1.80 2004/03/19 11:35:42 vsc +* trim_trail for default machine +* be more aggressive about try-retry-trust chains. +* - handle cases where block starts with a wait +* - don't use _killed instructions, just let the thing rot by itself. +* * * * *************************************************************************/ #ifdef SCCS @@ -4099,7 +4105,6 @@ expand_index(struct intermediates *cint) { } else { max = install_clauses(cls, ap, stack, first, last); } - fprintf(stderr,"expanding %d/%d\n",(max-cls)+1,NClauses); /* don't count last clause if you don't have to */ if (alt && max->Code == last) max--; if (max < cls && labp != NULL) {