Differences From Artifact [3f996117f2]:
- File dbi.scm — part of check-in [38a3940f9b] at 2021-04-06 22:53:22 on branch v1.6584-ck5 — Getting still closer but not there yet (user: matt, size: 948) [annotate] [blame] [check-ins using]
To Artifact [b3324417ec]:
- File dbi.scm — part of check-in [ffe0a27e42] at 2021-12-08 21:40:23 on branch v2.001 — Fixed bunch of build issues with autoload and dbi (user: matt, size: 974) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 | 15 16 17 18 19 20 21 22 23 24 | + | ;; ;; 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 dbi)) (declare (uses autoload)) (include "dbi/dbi.scm") |