small fixes

This commit is contained in:
Vítor Santos Costa
2014-08-04 09:47:03 -05:00
parent a70da52e1f
commit bc16bf83ec
15 changed files with 94 additions and 1682 deletions

View File

@@ -121,7 +121,7 @@ LookupModule(Term a )
/* prolog module */
if (a == 0) {
return GetModuleEntry(AtomProlog);
return GetModuleEntry(AtomUser);
}
at = AtomOfTerm(a);
me = GetModuleEntry(at);