correct printing of lists when double_quotes is set to atom

This commit is contained in:
Mark Thom
2018-08-30 00:04:19 -06:00
parent 92927bbcef
commit 872b153b08
4 changed files with 14 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ impl<'a> Reader<'a> {
};
}
}
fn push_stub_addr(&mut self) {
let h = self.machine_st.heap.h;
self.machine_st.heap.push(HeapCellValue::Addr(Addr::HeapCell(h)));