From 79378befa670b3141b4562510d10334b6285c8b6 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index c90fb6e..3ce1f0c 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-05-23 17:40:10 tony> +;;; Time-stamp: <2008-08-07 08:27:42 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> @@ -69,7 +69,7 @@ (asdf:oos 'asdf:load-op :lift) ;; Unit Testing ;; MAJOR HACK, FIXME! -(load "/home/tony/Desktop/sandbox/matlisp.git/start.lisp") +;;(load "/home/tony/Desktop/sandbox/matlisp.git/start.lisp") (in-package :cl-user) -- 2.11.4.GIT