change goal and term expansions, change call/N to use goal expansions
This commit is contained in:
@@ -217,7 +217,7 @@ macro_rules! return_from_clause {
|
||||
|
||||
macro_rules! dir_entry {
|
||||
($idx:expr) => {
|
||||
CodePtr::Local(LocalCodePtr::DirEntry($idx))
|
||||
LocalCodePtr::DirEntry($idx)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user