use read-time eval literals for eof-object and dictionries
This commit is contained in:
parent
d62727bef9
commit
a4a2bde6ba
|
|
@ -270,7 +270,7 @@ write_core(struct writer_control *p, pic_value obj)
|
||||||
xfprintf(file, "%d", pic_int(obj));
|
xfprintf(file, "%d", pic_int(obj));
|
||||||
break;
|
break;
|
||||||