From 1136597f6f72b011a081d9fa683c710df91c47ec Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 23 Nov 2009 23:43:12 +0000 Subject: [PATCH] fix debugging info (obs from Jose Santos). --- library/bhash.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bhash.yap b/library/bhash.yap index 3f2dda5f6..fef13940e 100644 --- a/library/bhash.yap +++ b/library/bhash.yap @@ -178,7 +178,7 @@ find_free(Index, Size, Keys, NewIndex) :- hash_f(Key, Size, Index, F) :- var(F), !, - term_hash(Key,-1,Size,Index), writeln(Key:Index). + term_hash(Key,-1,Size,Index). hash_f(Key, Size, Index, F) :- call(F, Key, Size, Index).