- The work for the non-intruder Arachne part is now mostly done.

This commit is contained in:
ccremers
2004-08-11 21:04:52 +00:00
parent ec8b515218
commit ac174b8130
3 changed files with 155 additions and 106 deletions

View File

@@ -596,12 +596,13 @@ inverseKey (Termlist inverses, Term key)
*\sa termlistLocal()
*/
Term
termLocal (const Term t, Termlist fromlist, Termlist tolist,
termLocal (Term t, Termlist fromlist, Termlist tolist,
const Termlist locals, const int runid)
{
if (t == NULL)
return NULL;
deVar (t); // remove any instantiated variables from the term.
if (realTermLeaf (t))
{
while (fromlist != NULL && tolist != NULL)