Differences From Artifact [c4bf2d3a15]:
- File stmlrun.scm — part of check-in [31955e0a02] at 2011-10-04 03:39:59 on branch move-to-ck4.7.x — Moved to units based compilation (user: matt, size: 1361) [annotate] [blame] [check-ins using]
To Artifact [fd5e8e9132]:
- File stmlrun.scm — part of check-in [06b806d3c6] at 2011-10-04 05:33:19 on branch move-to-ck4.7.x — 99.99% complete in porting to chicken 4.7 (user: matt, size: 1362) [annotate] [blame] [check-ins using] [more...]
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | ;; (require-extension syntax-case) ;; (declare (run-time-macros)) (require-library dbi) (include "requirements.scm") |
︙ |