From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: src/: Disentangle some pieces of module-parsing preparation. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/e7d43325b56fc912c6ae55225e55529aff12b6ed?hp=e7d43325b56fc912c6ae55225e55529aff12b6ed src/: Disentangle some pieces of module-parsing preparation. Have `*module-map*' initialized in strictly one place, rather than a `defparameter' and sneakily in `test-module'. This is now a `clear-the-decks' operation. Use `defvar-unbound' to leave a trap for the incautious who try to use it before the decks are cleared. ---