make load_context_path/2 handle .pl file extensions, remove commented out code
This commit is contained in:
@@ -1098,13 +1098,6 @@ impl MachineState {
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
/*
|
||||
&SystemClauseType::AtEndOfExpansion => {
|
||||
if self.cp == LocalCodePtr::TopLevel(0, 0) {
|
||||
self.at_end_of_expansion = true;
|
||||
}
|
||||
}
|
||||
*/
|
||||
&SystemClauseType::AtomChars => {
|
||||
let a1 = self[temp_v!(1)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user