silence warning
This commit is contained in:
parent
27b157fb19
commit
f457030a8d
|
@ -333,6 +333,9 @@ write_core(struct writer_control *p, pic_value obj)
|
||||||
case PIC_TT_DICT:
|
case PIC_TT_DICT:
|
||||||
xfprintf(file, "#<dict %p>", pic_ptr(obj));
|
xfprintf(file, "#<dict %p>", pic_ptr(obj));
|
||||||
break;
|
break;
|
||||||
|
case PIC_TT_BLK:
|
||||||
|
xfprintf(file, "#<blk %p>", pic_ptr(obj));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue