From fec65e106a8a1cf9e299e0432f888609af5e2425 Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 15 Jul 2004 17:20:23 +0000 Subject: [PATCH] fix error message change makefile and configure for clpbn git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1095 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/compiler.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/C/compiler.c b/C/compiler.c index c6aa3e116..1656b1ab0 100644 --- a/C/compiler.c +++ b/C/compiler.c @@ -11,8 +11,15 @@ * File: compiler.c * * comments: Clause compiler * * * -* Last rev: $Date: 2004-06-29 19:04:41 $,$Author: vsc $ * +* Last rev: $Date: 2004-07-15 17:20:23 $,$Author: vsc $ * * $Log: not supported by cvs2svn $ +* Revision 1.51 2004/06/29 19:04:41 vsc +* fix multithreaded version +* include new version of Ricardo's profiler +* new predicat atomic_concat +* allow multithreaded-debugging +* small fixes +* * Revision 1.50 2004/04/22 20:07:04 vsc * more fixes for USE_SYSTEM_MEMORY * @@ -794,7 +801,7 @@ c_bifun(Int Op, Term t1, Term t2, Term t3, int mod, compiler_struct *cglobs) Yap_Error_Term = t2; Yap_ErrorMessage = Yap_ErrorSay; Yap_bip_name(Op, s); - sprintf(Yap_ErrorMessage, "compiling functor/3"); + sprintf(Yap_ErrorMessage, "compiling %s/3",s); save_machine_regs(); longjmp(cglobs->cint.CompilerBotch,1); }