Differences From Artifact [33a302895b]:
- File cpumod.scm — part of check-in [61e2db4d82] at 2024-01-31 17:26:53 on branch v1.80-revolution-remodularization — Big rip and route (user: mrwellan, size: 2211) [annotate] [blame] [check-ins using]
To Artifact [338168220c]:
- File cpumod.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: 2220) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
27 28 29 30 31 32 33 | (declare (unit cpumod)) (declare (uses debugprint)) (declare (uses mtargs)) (use srfi-69) (module cpumod | > | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | (declare (unit cpumod)) (declare (uses debugprint)) (declare (uses mtargs)) (use srfi-69) (module cpumod () (import scheme) (cond-expand (chicken-4 (import chicken ports |
︙ | ︙ |