]> git.pond.sub.org Git - empserver/commit - src/lib/update/prepare.c
(populace): Remove parameter vec, work with sp->sct_item[] instead.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 10 Mar 2004 17:59:37 +0000 (17:59 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 10 Mar 2004 17:59:37 +0000 (17:59 +0000)
commita46cee180a47c6653b7d83515f306f458dc60da3
treedf321f0b7cccad55a62956619a797bffae72f3ad
parent5fb761ab457dd5ed7ea7ec8472a96654b5251c8b
(populace): Remove parameter vec, work with sp->sct_item[] instead.
This is safe, because the only caller passed a copy of the latter
created with getvec(), and populace() doesn't change it.
(tax): Replace getvec() by direct, read-only item access.
include/prototypes.h
src/lib/update/populace.c
src/lib/update/prepare.c