change goal and term expansions, change call/N to use goal expansions

This commit is contained in:
Mark Thom
2019-12-10 21:36:02 -07:00
parent b0fa45cd33
commit 196784bd09
20 changed files with 424 additions and 243 deletions

View File

@@ -217,7 +217,7 @@ macro_rules! return_from_clause {
macro_rules! dir_entry {
($idx:expr) => {
CodePtr::Local(LocalCodePtr::DirEntry($idx))
LocalCodePtr::DirEntry($idx)
};
}