Differences From Artifact [57a2c983b3]:
- File fsmod.scm — part of check-in [d44e27b773] at 2024-02-04 21:21:37 on branch v1.80-revolution-remodularization — wip (user: matt, size: 8934) [annotate] [blame] [check-ins using]
To Artifact [4a6fab4260]:
- File fsmod.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: 8938) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + + | (declare (uses configfmod)) (declare (uses commonmod)) (declare (uses processmod)) (use srfi-69) (module fsmod |
︙ |