Differences From Artifact [a991ee4037]:
- File configfmod.scm — part of check-in [b969852101] at 2024-02-12 15:42:19 on branch v1.90-proper-interface-lists — repl runs (user: mrwellan, size: 19488) [annotate] [blame] [check-ins using]
To Artifact [54dc7a2995]:
- File configfmod.scm — part of check-in [c049c31b51] at 2024-02-12 18:19:01 on branch v1.90-proper-interface-lists — wip (user: matt, size: 19538) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + | (declare (uses processmod)) (declare (uses mtargs)) (use regex regex-case) (module configfmod ( configf:map-all-hier-alist configf:read-refdb lookup configf:lookup get-section configf:get-section configf:lookup-number read-config runconfigs-get |
︙ |