On Wed, Jul 09, 2003 at 04:59:51PM -0700, Eric Benson wrote:
EMACS_INT rdata = pdump_get_entry
(elt->obj)->save_offset;
in pdump_dump_rtables that don't make much sense.
'pdump_get_entry(elt->obj)' should always be exactly the same as
'elt',
otherwise something is very wrong, I think.
You're right. It must have been interestingly early in the morning
when I wrote it :-) It's just a fancy nop, and should be removed.
Who's maintaining dumper.c these days?
Nobody in particular, especially since the GC guys steamrolled over
it. I can have a look though.
OG.