From dcbc706f8813e74f8d2f915a82cde5dd03fa64bc Mon Sep 17 00:00:00 2001 From: tony Date: Thu, 15 May 2008 12:55:38 +0200 Subject: [PATCH] we only need to use the ASDF loader, NOT the init file. This assumes use of CLC or ASDF appropriately setup. --- ls-demo.lisp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 360164c..3c1e7bf 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -3,7 +3,7 @@ ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. -;;; Time-stamp: <2008-03-09 09:21:50 user> +;;; Time-stamp: <2008-05-15 12:54:08 tony> ;;; Creation: <2007-01-01 09:21:50 user> WRONG ;;; File: ls-demo.lisp ;;; Author: AJ Rossini @@ -15,9 +15,8 @@ ;;; designers and quality assurance people in its wake. (in-package :cl-user) -(load "init.lisp") -;; init needs to be more like the asdf-loader for lisp-stat, though it -;; is pretty close. +;;(load "init.lisp") ;; merged into lispstat asdf loader. +(asdf:oos 'asdf:load-op 'lispstat) ;;; non-rigorous check for exports. ;;; This is generally not how I expect it to be used. -- 2.11.4.GIT