Differences From Artifact [105fd55e89]:
- File common.scm (unpublished)— part of check-in [0bf123a8c3] at 2021-02-14 22:34:32 on branch v1.6569-multi-db-wip — Sync bunch of minor changes with v1.65-real (user: matt, size: 54298) [annotate] [blame] [check-ins using]
To Artifact [1de0232341]:
- File common.scm (unpublished)— part of check-in [f6e1202aa2] at 2021-02-14 23:10:15 on branch v1.6569-multi-db-wip — Most ordering stuff fixed (user: matt, size: 54347) [annotate] [blame] [check-ins using]
︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + + + | (declare (unit common)) (declare (uses commonmod)) (import commonmod) ;; dbr:dbstruct is used here. should move it (declare (uses dbmod)) (import dbmod) (declare (uses configfmod)) (import configfmod) (include "common_records.scm") ;;====================================================================== ;; (require-library margs) ;; (include "margs.scm") |
︙ |