Differences From Artifact [d26d1d864a]:
- File configfmod.scm — part of check-in [07c8d202ea] at 2021-04-07 09:41:40 on branch v1.6584-ck5 — wip (user: matt, size: 49223) [annotate] [blame] [check-ins using]
To Artifact [db89810c48]:
- File configfmod.scm — part of check-in [927cc58fa5] at 2021-04-11 22:59:56 on branch v1.6584-ck5 — wip (user: matt, size: 49252) [annotate] [blame] [check-ins using]
︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | + + | srfi-13 srfi-69 stack typed-records z3 ) (define *configdat* #f) (define getenv get-environment-variable) (define setenv set-environment-variable!) (define unsetenv unset-environment-variable!) ;;====================================================================== ;; move debug stuff to separate module then put these back where they belong |
︙ |