correct printing of lists when double_quotes is set to atom
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user