From: Mark Wooding Date: Sun, 20 Oct 2019 21:46:05 +0000 (+0100) Subject: *.c: Make all of the type-definition tables read-only. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/commitdiff_plain/87fa2d560608d1b07c715357dc524e0d9eb3286c?hp=87fa2d560608d1b07c715357dc524e0d9eb3286c *.c: Make all of the type-definition tables read-only. The hard part is a new collection of macros which strip the `const' qualifier from the actual table definitions, after checking that they actually have the correct type. And then there's the slog of actually changing all of the definitions and using the new macros. ---