use shorter name for library external representation

This commit is contained in:
Yuichi Nishiwaki 2014-01-16 21:32:38 +09:00
parent 5929020429
commit 8f2f1faf63
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ write(pic_state *pic, pic_value obj)
printf(">");
break;
case PIC_TT_LIB:
printf("#<library %p>", pic_ptr(obj));
printf("#<lib %p>", pic_ptr(obj));
break;
case PIC_TT_VAR:
printf("#<var %p>", pic_ptr(obj));