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:
@@ -216,9 +216,6 @@ impl<T: RawBlockTraits> HeapTemplate<T> {
|
||||
Constant::Char(c) => {
|
||||
Addr::Char(c)
|
||||
}
|
||||
Constant::CharCode(c) => {
|
||||
Addr::CharCode(c)
|
||||
}
|
||||
Constant::EmptyList => {
|
||||
Addr::EmptyList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user