*** empty log message ***

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1612 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes
2006-04-27 14:13:24 +00:00
parent d9689d50d4
commit 87a481ca45
7 changed files with 85 additions and 10 deletions

View File

@@ -11,8 +11,11 @@
* File: index.c *
* comments: Indexing a Prolog predicate *
* *
* Last rev: $Date: 2006-04-20 15:28:08 $,$Author: vsc $ *
* Last rev: $Date: 2006-04-27 14:10:36 $,$Author: rslopes $ *
* $Log: not supported by cvs2svn $
* Revision 1.163 2006/04/20 15:28:08 vsc
* more graph stuff.
*
* Revision 1.162 2006/04/12 18:56:50 vsc
* fix bug in clause: a trust_me followed by a try should be implemented by
* reusing the choice-point.
@@ -2330,6 +2333,10 @@ add_info(ClauseDef *clause, UInt regno)
// clause->Tag = (CELL)NULL;
cl = NEXTOP(cl,os);
break;
case _retry_eam:
cl = NEXTOP(cl,e);
break;
#endif
}