From 981c0858614ebd50c3f41ac5305e9d7a4556ebcf Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 7 Aug 2008 08:28:39 +0200 Subject: [PATCH] we aren't using matlisp yet, I've not made the hacked version with its new deps available --- lispstat.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispstat.asd b/lispstat.asd index 6013645..a73db0e 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-09-13 22:45:50 tony> +;;; Time-stamp: <2008-09-17 12:06:22 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -45,6 +45,7 @@ ;; (asdf:oos 'asdf:load-op :cffi) ;; FFI ;; (asdf:oos 'asdf:load-op :lift) ;; Unit Testing + ;;; MAJOR HACK, FIXME! ;;(load "/media/disk/Desktop/sandbox/matlisp.git/start.lisp") -- 2.11.4.GIT