add '$delete_all_attributes', use copy_term/3 as defined in #1272
This commit is contained in:
@@ -566,6 +566,8 @@ enum SystemClauseType {
|
||||
PutToAttributedVarList,
|
||||
#[strum_discriminants(strum(props(Arity = "3", Name = "$del_from_attr_list")))]
|
||||
DeleteFromAttributedVarList,
|
||||
#[strum_discriminants(strum(props(Arity = "1", Name = "$delete_all_attributes")))]
|
||||
DeleteAllAttributes,
|
||||
REPL(REPLCodePtr),
|
||||
}
|
||||
|
||||
@@ -1627,6 +1629,7 @@ fn generate_instruction_preface() -> TokenStream {
|
||||
&Instruction::CallGetFromAttributedVarList(_) |
|
||||
&Instruction::CallPutToAttributedVarList(_) |
|
||||
&Instruction::CallDeleteFromAttributedVarList(_) |
|
||||
&Instruction::CallDeleteAllAttributes(_) |
|
||||
&Instruction::CallFetchGlobalVar(_) |
|
||||
&Instruction::CallFirstStream(_) |
|
||||
&Instruction::CallFlushOutput(_) |
|
||||
@@ -1842,6 +1845,7 @@ fn generate_instruction_preface() -> TokenStream {
|
||||
&Instruction::ExecuteGetFromAttributedVarList(_) |
|
||||
&Instruction::ExecutePutToAttributedVarList(_) |
|
||||
&Instruction::ExecuteDeleteFromAttributedVarList(_) |
|
||||
&Instruction::ExecuteDeleteAllAttributes(_) |
|
||||
&Instruction::ExecuteFetchGlobalVar(_) |
|
||||
&Instruction::ExecuteFirstStream(_) |
|
||||
&Instruction::ExecuteFlushOutput(_) |
|
||||
|
||||
Reference in New Issue
Block a user