fix checker to use read for singleton variables, instead of always computing
them.
This commit is contained in:
@@ -120,8 +120,9 @@ LookupModule(Term a )
|
||||
ModEntry *me;
|
||||
|
||||
/* prolog module */
|
||||
if (a == 0)
|
||||
if (a == 0) {
|
||||
return GetModuleEntry(AtomProlog);
|
||||
}
|
||||
at = AtomOfTerm(a);
|
||||
me = GetModuleEntry(at);
|
||||
return me;
|
||||
|
Reference in New Issue
Block a user