fix regression

This commit is contained in:
Yuichi Nishiwaki 2016-02-14 17:13:38 +09:00
parent e8a6f64dd5
commit 2632956b6e
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ pic_intern(pic_state *pic, pic_str *str)
return sym;
}
kh_val(h, it) = pic->sQUOTE; /* dummy */
sym = (pic_sym *)pic_obj_alloc(pic, sizeof(pic_sym), PIC_TT_SYMBOL);
sym->str = str;
kh_val(h, it) = sym;