From 83ddc124e1b7a1afcde1e35da8115e63f514e352 Mon Sep 17 00:00:00 2001 From: tony Date: Tue, 3 Jun 2008 15:39:29 +0200 Subject: [PATCH] another emergency hack. --- ls-demo.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 19c32a4..9c5269a 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-05-25 20:21:38 tony> +;;; Time-stamp: <2008-06-03 15:35:13 tony> ;;; Creation: <2007-01-01 09:21:50 user> WRONG ;;; File: ls-demo.lisp ;;; Author: AJ Rossini @@ -17,6 +17,7 @@ (in-package :cl-user) ;;(asdf:oos 'asdf:load-op 'lift) ;; we need this, but I don't know why? ;; hacked by simply doing this in the lispstat.asd UGLY hack. +;; (asdf:oos 'asdf:load-op 'cffi) (asdf:oos 'asdf:load-op 'lispstat) ;;; non-rigorous check for exports. -- 2.11.4.GIT