Differences From Artifact [939aa5e4ab]:
- Executable file diff-report.scm — part of check-in [0ed114ba94] at 2024-02-05 19:21:53 on branch v1.80-revolution-remodularization — Bunch of cleanup (user: matt, size: 17910) [annotate] [blame] [check-ins using]
To Artifact [2fd0ddce36]:
- Executable file diff-report.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: 17913) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | (declare (uses debugprint)) (declare (uses rmtmod)) (declare (uses commonmod)) (import commonmod rmtmod debugprint) |
︙ |