fix expand_goal and expand_term
This commit is contained in:
@@ -205,11 +205,11 @@ impl MachineState {
|
||||
},
|
||||
&SystemClauseType::ExpandGoal => {
|
||||
self.p = CodePtr::Local(LocalCodePtr::UserGoalExpansion(0));
|
||||
// return Ok(());
|
||||
return Ok(());
|
||||
},
|
||||
&SystemClauseType::ExpandTerm => {
|
||||
self.p = CodePtr::Local(LocalCodePtr::UserTermExpansion(0));
|
||||
// return Ok(());
|
||||
return Ok(());
|
||||
},
|
||||
&SystemClauseType::GetDoubleQuotes => {
|
||||
let a1 = self[temp_v!(1)].clone();
|
||||
|
||||
Reference in New Issue
Block a user