chiark / gitweb /
struct/sym.c: Fix loading following table extension.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 18 Jul 2024 15:09:18 +0000 (16:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 18 Jul 2024 15:09:18 +0000 (16:09 +0100)
commitd23763dae4f649cc29a923298e0232ffdf608744
treeb024d20f853b2a0bcb32549f844af0f73ebdc5e0
parent392988122bc643169c1077d76b59c3daa4dbdf00
struct/sym.c: Fix loading following table extension.

The calculation should be based on the previous size, because we've
already spent half of the tokens getting to this point.
struct/sym.c