]> git.pond.sub.org Git - empserver/commit
neweff prod work: Use update code instead of duplicating it
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 4 Jun 2016 08:55:44 +0000 (10:55 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 17:59:57 +0000 (19:59 +0200)
commitb7b99c95c2b1063e13370219e0f1e5ec5cf30dfc
treef2eac7d597a49979ce5731a39713e064eb7bec00
parent41a2f7d1df923b8742785784a8e66d034b93012d
neweff prod work: Use update code instead of duplicating it

The code to build sectors got quadruplicated in Chainsaw.  We've since
fixed numerous inconsistencies, but still have four copies of the
code.  Thanks to the recent work on upd_buildeff(), we can now use it
to replace the other three copies.  Rename it back to to buildeff()
while there.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/prototypes.h
src/lib/commands/newe.c
src/lib/commands/prod.c
src/lib/commands/work.c
src/lib/update/sect.c