fix reconsult of multifile predicates (static).
This commit is contained in:
parent
68539ab1e0
commit
bd6da9dd40
@ -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");
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user