Differences From Artifact [b742c926fe]:
- File mtmod.scm — part of check-in [b5319490ec] at 2024-02-08 19:47:52 on branch v1.90 — Load db and key _records from commonmod only (user: matt, size: 15742) [annotate] [blame] [check-ins using]
To Artifact [6035871247]:
- File mtmod.scm — part of check-in [bbac9c3682] at 2024-02-11 19:49:03 on branch v1.90-proper-interface-lists — convert to use proper interface lists (user: matt, size: 15746) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + + | (declare (uses commonmod)) (declare (uses configfmod)) ;; (declare (uses tcp-transportmod)) ;; we don't want mtmod depending on tcp (use srfi-69) (module mtmod |
︙ |