issue singleton variable warnings from loader.pl (#812)
This commit is contained in:
@@ -422,6 +422,9 @@ impl SystemClauseType {
|
||||
&SystemClauseType::REPL(REPLCodePtr::RemoveModuleExports) => {
|
||||
clause_name!("$remove_module_exports")
|
||||
}
|
||||
&SystemClauseType::REPL(REPLCodePtr::AddNonCountedBacktracking) => {
|
||||
clause_name!("$add_non_counted_backtracking")
|
||||
}
|
||||
&SystemClauseType::Close => clause_name!("$close"),
|
||||
&SystemClauseType::CopyToLiftedHeap => clause_name!("$copy_to_lh"),
|
||||
&SystemClauseType::DeleteAttribute => clause_name!("$del_attr_non_head"),
|
||||
@@ -778,6 +781,9 @@ impl SystemClauseType {
|
||||
("$remove_module_exports", 2) => {
|
||||
Some(SystemClauseType::REPL(REPLCodePtr::RemoveModuleExports))
|
||||
}
|
||||
("$add_non_counted_backtracking", 3) => {
|
||||
Some(SystemClauseType::REPL(REPLCodePtr::AddNonCountedBacktracking))
|
||||
}
|
||||
("$variant", 2) => Some(SystemClauseType::Variant),
|
||||
("$wam_instructions", 4) => Some(SystemClauseType::WAMInstructions),
|
||||
("$write_term", 7) => Some(SystemClauseType::WriteTerm),
|
||||
|
||||
Reference in New Issue
Block a user