From 7767190cda91a68b3bf9154f5d6ffbf5dd9b7677 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 12 Jul 2009 08:01:13 +0200 Subject: [PATCH] add config variables to :cls package, since we will need them. Signed-off-by: AJ Rossini --- src/packages.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/packages.lisp b/src/packages.lisp index 7108d24..ada70af 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-11 14:17:46 tony> +;;; Time-stamp: <2009-07-12 07:56:44 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -321,6 +321,7 @@ set of objects required.") (:nicknames :cls :common-lisp-statistics :lisp-stat) (:use :common-lisp + :lisp-stat-config :lisp-stat-object-system :lisp-stat-compound-data :lisp-stat-probability @@ -353,6 +354,10 @@ ffloor fceiling ftruncate fround signum cis) (:export + ;; lisp-stat-config: + *default-path* *lsos-files* *basic-files* *ls-files* + *lispstat-home-dir* *lispstat-data-dir* *lispstat-examples-dir* + ;; lsobjects : defproto defproto2 defmeth send -- 2.11.4.GIT