Differences From Artifact [a0b277c06f]:
- File launchmod.scm — part of check-in [bbdb404874] at 2024-02-12 14:31:25 on branch v1.90-proper-interface-lists — wip, compiles (user: mrwellan, size: 57379) [annotate] [blame] [check-ins using]
To Artifact [4708ea7e53]:
- File launchmod.scm — part of check-in [9debf04bc8] at 2024-02-12 20:23:20 on branch v1.90-proper-interface-lists — wip (user: matt, size: 57475) [annotate] [blame] [check-ins using]
︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + + | (declare (uses runsmod)) (declare (uses fsmod)) (use srfi-69) (module launchmod ( launch:load-logpro-dat launch:recover-test launch:execute launch:extract-scripts-logpro ) (import scheme) (cond-expand (chicken-4 (import chicken |
︙ |