Differences From Artifact [3f24f4a8cc]:
- File cgisetup/models/pgdb.scm — part of check-in [e0c6480079] at 2021-04-03 17:08:50 on branch v1.6584-ck5 — wip (user: matt, size: 25177) [annotate] [blame] [check-ins using] [more...]
To Artifact [e3378946ce]:
- File cgisetup/models/pgdb.scm — part of check-in [786ae4bacc] at 2022-06-27 12:52:58 on branch v1.70-ck5 — Compiles (user: matt, size: 25178) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== ;; (declare (unit pgdb)) ;; (declare (uses configf)) ;; ;; ;; I don't know how to mix compilation units and modules, so no module here. ;; ;; ;; ;; (module pgdb ;; ;; ( ;; ;; open-pgdb |
︙ |