Differences From Artifact [9eb593a3a0]:
- File megatest.scm — part of check-in [2415804df9] at 2019-11-12 23:57:25 on branch v1.65-try3 — Added import of megamod for eval in configf (user: matt, size: 104675) [annotate] [blame] [check-ins using]
To Artifact [0293a8aa08]:
- File megatest.scm — part of check-in [03fc95cacb] at 2019-11-16 03:25:26 on branch v1.65-try3 — Tidy up, remove some not needed references to configfmod (user: matt, size: 104621) [annotate] [blame] [check-ins using]
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - - | (declare (uses commonmod)) (import commonmod) (declare (uses rmtmod)) (import rmtmod) (declare (uses dbmod)) (import dbmod) |
︙ |