From 8e6403794f521ea9a2d4ddf565e43a09e71e6358 Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 2 Jun 2008 17:20:28 +0000 Subject: [PATCH] fix abolish bug git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2252 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/cdmgr.c | 7 +++++-- changes-5.1.html | 2 ++ library/system.yap | 1 - pl/modules.yap | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/C/cdmgr.c b/C/cdmgr.c index 0b9d27b66..97e7c5053 100644 --- a/C/cdmgr.c +++ b/C/cdmgr.c @@ -11,8 +11,11 @@ * File: cdmgr.c * * comments: Code manager * * * -* Last rev: $Date: 2008-05-28 17:18:35 $,$Author: vsc $ * +* Last rev: $Date: 2008-06-02 17:20:28 $,$Author: vsc $ * * $Log: not supported by cvs2svn $ +* Revision 1.229 2008/05/28 17:18:35 vsc +* thread fixes +* * Revision 1.228 2008/04/28 23:02:32 vsc * fix bug in current_predicate/2 * fix bug in c_interface. @@ -3083,7 +3086,7 @@ p_kill_dynamic(void) return (FALSE); } pe->cs.p_code.LastClause = pe->cs.p_code.FirstClause = NULL; - pe->OpcodeOfPred = FAIL_OPCODE; + pe->OpcodeOfPred = UNDEF_OPCODE; pe->cs.p_code.TrueCodeOfPred = pe->CodeOfPred = (yamop *)(&(pe->OpcodeOfPred)); pe->PredFlags = pe->PredFlags & GoalExPredFlag; UNLOCK(pe->PELock); diff --git a/changes-5.1.html b/changes-5.1.html index 194d4d1fb..1f90714da 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -17,6 +17,8 @@

Yap-5.1.3: