]> git.pond.sub.org Git - empserver/commit
Overhaul how xundump keeps track of current object
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 7 May 2011 15:30:44 +0000 (17:30 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 14:50:41 +0000 (16:50 +0200)
commit63f972d31cf7a5c27e7834f35bd33839fe06031c
tree9654e3c93d764b5e6a256daed87ee67e2e55b22b
parent465c0c8587a218467e941be36284cac0b285a6c4
Overhaul how xundump keeps track of current object

Factor tracking of cur_type, cur_obj, cur_id and cur_is_blank into a
set of functions.  They replace getobj().  While there, improve some
error messages.
src/lib/common/xundump.c