Differences From Artifact [1cce7c0878]:
- File processmod.scm — part of check-in [ab455d50eb] at 2024-01-30 12:54:02 on branch v1.80-revolution-modfiles — Moved bunch of stuff into module files (user: mrwellan, size: 8920) [annotate] [blame] [check-ins using] [more...]
To Artifact [75e84b2970]:
- File processmod.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: 8949) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 | (declare (unit processmod)) (declare (uses debugprint)) (declare (uses commonmod)) (use srfi-69) (module processmod | > > | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | (declare (unit processmod)) (declare (uses debugprint)) (declare (uses commonmod)) (use srfi-69) (module processmod ( process:cmd-run->list ) (import scheme) (cond-expand (chicken-4 (import chicken ports |
︙ | ︙ |