fix reconsult of multifile predicates (static).

This commit is contained in:
Vitor Santos Costa 2010-12-15 00:06:14 +00:00
parent 68539ab1e0
commit bd6da9dd40
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@
AtomMfClause = Yap_FullLookupAtom("$mf_clause");
AtomMinus = Yap_LookupAtom("-");
AtomModify = Yap_LookupAtom("modify");
AtomMultiFile = Yap_FullLookupAtom("$multi_file");
AtomMultiFile = Yap_FullLookupAtom("$mf");
AtomMutable = Yap_LookupAtom("mutable");
AtomMutableVariable = Yap_FullLookupAtom("$mutable_variable");
AtomMyddasDB = Yap_FullLookupAtom("$myddas_db");

View File

@ -166,7 +166,7 @@ A MetaCall F "$call"
A MfClause F "$mf_clause"
A Minus N "-"
A Modify N "modify"
A MultiFile F "$multi_file"
A MultiFile F "$mf"
A Mutable N "mutable"
A MutableVariable F "$mutable_variable"
A MyddasDB F "$myddas_db"