Minor improvement to fep's object dumpmer

release
Slava Pestov 2007-11-05 01:37:23 -05:00
parent 86f98eac40
commit af83b87b7d
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ void dump_objects(F_FIXNUM type)
{
if(type == -1 || type_of(obj) == type)
{
printf("%lx ",obj);
print_nested_obj(obj,3);
printf("\n");
}