From 4b45f28ba9b50bce247f41fd84bbfbc95e365961 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 31 Jul 2008 09:16:41 +0200 Subject: [PATCH] first stage finished, moving lisp code out of main dir, while keeping asdf happy. --- lispstat.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index f20d58d..487c01f 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-07-22 13:14:04 tony> +;;; Time-stamp: <2008-09-17 20:30:05 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -46,7 +46,7 @@ ;; (asdf:oos 'asdf:load-op :lift) ;; Unit Testing ;;; MAJOR HACK, FIXME! -(load "/media/disk/Desktop/sandbox/matlisp.git/start.lisp") +;;(load "/media/disk/Desktop/sandbox/matlisp.git/start.lisp") (in-package :cl-user) -- 2.11.4.GIT