chiark / gitweb /
Mike's changes to dsf.c alter the internal storage format of dsf
authorSimon Tatham <anakin@pobox.com>
Wed, 1 Nov 2006 11:31:20 +0000 (11:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 1 Nov 2006 11:31:20 +0000 (11:31 +0000)
commit9b31ed25d8b92be550b0a91959ac9bede3aea159
treefcefc9d3d49d63ba63715c6f2782b5cf7fdc012b
parentfe4fd0ebc5eddb411d1d3dd521ef462799705e00
Mike's changes to dsf.c alter the internal storage format of dsf
structures, meaning that ad-hoc initialisation now doesn't work.
Hence, this checkin converts all ad-hoc dsf initialisations into
calls to dsf_init() or snew_dsf(). At least, I _hope_ I've caught
all of them.

[originally from svn r6888]
bridges.c
map.c
net.c
slant.c