chiark / gitweb /
midend_deserialise: keep deserialised data in a struct.
authorSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 08:50:22 +0000 (09:50 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 09:03:50 +0000 (10:03 +0100)
commitc0503d48738851ac31cd49ee98afa4f3e431d64a
tree74318cd95d962a5185d2fd7f4495b83e06ec684d
parentcdf163953105e37b4c90838227342c4eb2cab670
midend_deserialise: keep deserialised data in a struct.

Lots of the local variables in midend_deserialise are now fields of a
structure which contains everything that is _going_ to be written into
the midend once we finish validating it all. This makes it easy to
keep all that data together, and (in future) pass it to other
functions all in one go.

No functional change.
midend.c