use read-time eval literals for eof-object and dictionries

This commit is contained in:
Yuichi Nishiwaki 2014-08-06 15:53:29 +09:00
parent d62727bef9
commit a4a2bde6ba
1 changed files with 2 additions and 2 deletions

View File

@ -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;