From de9f1a2a00d3f9da4f0d7852f611e3620fd0dc63 Mon Sep 17 00:00:00 2001 From: lhealy <lhealy@af03a46b-e846-0410-96e5-d5653c316fd0> Date: Tue, 4 Mar 2008 03:27:13 +0000 Subject: [PATCH] Correct CFFI support requirement for foreign-funcall. git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@31 af03a46b-e846-0410-96e5-d5653c316fd0 --- documentation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 0fce4e25..1245d185 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -79,7 +79,7 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1} <p> GSLL should work in any Common Lisp implementation and platform combination that has <a href="http://common-lisp.net/project/cffi/">CFFI</a> - with callbacks and defcfun support. You will need + with callbacks and foreign-funcall support. You will need </p> <ul> <li><a href="http://www.gnu.org/software/gsl/">GSL</a></li> @@ -148,7 +148,7 @@ svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p> <!-- Created: Feb 25 2005 --> <!-- hhmts start --> <small> - Time-stamp: <2008-03-02 14:19:37EST index.html> + Time-stamp: <2008-03-03 22:26:28EST index.html> </small> <!-- hhmts end --> </div> -- GitLab