]> git.pond.sub.org Git - empserver/commit
Permit field repetition in each part of vertically split tables,
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Feb 2006 15:25:35 +0000 (15:25 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Feb 2006 15:25:35 +0000 (15:25 +0000)
commit3a73dce58e83be5373919cf74f10d81d86cd65dc
tree8d33e6a18dcfa0b787c67f866935ad54f30d07bc
parentc12cc62875116105a05f2ac486264429d447c2cc
Permit field repetition in each part of vertically split tables,
provided the values all match:
(caseen): New.
(xundump): Initialize and finalize it.
(xundump2): Update it.
(deffld): Deal with repetition.
(fldval_must_match): New, considers repetition as well as NSC_CONST.
(setnum, setstr): Use it.
src/lib/common/xundump.c