Differences From Artifact [edacec5a50]:
- File common.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 142312) [annotate] [blame] [check-ins using]
To Artifact [8c719325d3]:
- File common.scm — part of check-in [5de6734970] at 2023-01-30 22:06:47 on branch v1.80-reshape-no-debugprint — removed all imports of debugprint and still can't run megatest exe (user: matt, size: 142317) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
28 29 30 31 32 33 34 | ) (declare (unit common)) (declare (uses commonmod)) (declare (uses debugprint)) (import commonmod | | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ) (declare (unit common)) (declare (uses commonmod)) (declare (uses debugprint)) (import commonmod ;; debugprint ) (include "common_records.scm") ;; (require-library margs) ;; (include "margs.scm") |
︙ | ︙ |