Differences From Artifact [c2dd1003d3]:
- File ezstepsmod.scm — part of check-in [24d5f5ea92] at 2021-04-14 22:37:43 on branch v1.6584-ck5 — wip (user: matt, size: 22464) [annotate] [blame] [check-ins using]
To Artifact [d9ce0e65b9]:
- File ezstepsmod.scm — part of check-in [e2dacbec3a] at 2021-04-15 15:23:17 on branch v1.6584-ck5 — converted db accessors to procedures (user: matt, size: 22467) [annotate] [blame] [check-ins using]
︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | - + | ;; (declare (uses items)) ;; (declare (uses runconfig)) ;; ;; (declare (uses sdb)) ;; ;; (declare (uses filedb)) ;; ;; (include "common_records.scm") ;; (include "key_records.scm") |
︙ |