util.c (mkexc): Populate dictionary before constructing exception class.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 15:07:08 +0000 (15:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:31:22 +0000 (17:31 +0000)
commit760e0a620d452db417c8fd2e853ab3425ecf1a3c
tree0bbd88bcfe3e0da7c0a5159eadaed29419d4353e
parent83f3121942546e1f5485ce3fc503e2d2d432a991
util.c (mkexc): Populate dictionary before constructing exception class.

It turns out that the dictionary contents are copied into the new class
rather than being used by reference, so populating it later doesn't
actually do anything.
util.c