eliminate Addr::CharCode (#519), fix atom_code panic (#521), fix failure involving lists of character codes (#520), bump version number
This commit is contained in:
@@ -223,9 +223,6 @@ impl MachineState {
|
||||
}
|
||||
}
|
||||
}
|
||||
&HeapCellValue::Addr(Addr::CharCode(n)) => {
|
||||
interms.push(Number::Integer(Rc::new(Integer::from(n))));
|
||||
}
|
||||
&HeapCellValue::Addr(Addr::Fixnum(n)) => {
|
||||
interms.push(Number::Fixnum(n));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user