Differences From Artifact [217c2d522c]:
- File commonmod.scm — part of check-in [50281239f6] at 2021-04-15 21:24:22 on branch v1.6584-ck5 — wip - moving globals into *bdat* (user: matt, size: 141147) [annotate] [blame] [check-ins using]
To Artifact [8c49f94fa1]:
- File commonmod.scm — part of check-in [f3116a6a76] at 2021-04-15 21:32:34 on branch v1.6584-ck5 — wip - moving globals into *bdat* (user: matt, size: 141180) [annotate] [blame] [check-ins using]
︙ | |||
105 106 107 108 109 110 111 | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | + - + | (define *bdat* #f) ;; the one and only (someday) global? (defstruct bdat (home (getenv "HOME")) (user (getenv "USER")) (watchdog #f) (time-to-exit #f) (task-db #f) |
︙ |