Minor improvement to fep's object dumpmer
parent
86f98eac40
commit
af83b87b7d
|
@ -200,6 +200,7 @@ void dump_objects(F_FIXNUM type)
|
||||||
{
|
{
|
||||||
if(type == -1 || type_of(obj) == type)
|
if(type == -1 || type_of(obj) == type)
|
||||||
{
|
{
|
||||||
|
printf("%lx ",obj);
|
||||||
print_nested_obj(obj,3);
|
print_nested_obj(obj,3);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue