]> git.pond.sub.org Git - empserver/commit
Rewrite rev. 1.69 to suppress immutable field match check when
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 22 Jun 2006 19:42:10 +0000 (19:42 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 22 Jun 2006 19:42:10 +0000 (19:42 +0000)
commit2cb2c59ac6aecbfa5f106ccc521a740f284e0bb0
treec7f01a31d9baabc423235ab8ba3c5d9f08d54959
parenta7393becc0d7600d8926d11b830088866822a092
Rewrite rev. 1.69 to suppress immutable field match check when
extending any table, empty or not:
(cur_obj_is_blank): New.
(fldval_must_match): Use it instead of initialized[].
(getobj): Set it along with cur_obj.
(setstr): Move fldval_must_match() down, so that cur_obj_is_blank is
defined.
(initialized): Remove.
src/lib/common/xundump.c