Skip to content
Snippets Groups Projects
Commit de9f1a2a authored by lhealy's avatar lhealy Committed by Liam Healy
Browse files

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
parent b43d88b7
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1} ...@@ -79,7 +79,7 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1}
<p> GSLL should work in <p> GSLL should work in
any Common Lisp implementation and platform combination any Common Lisp implementation and platform combination
that has <a href="http://common-lisp.net/project/cffi/">CFFI</a> 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> </p>
<ul> <ul>
<li><a href="http://www.gnu.org/software/gsl/">GSL</a></li> <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> ...@@ -148,7 +148,7 @@ svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p>
<!-- Created: Feb 25 2005 --> <!-- Created: Feb 25 2005 -->
<!-- hhmts start --> <!-- hhmts start -->
<small> <small>
Time-stamp: <2008-03-02 14:19:37EST index.html> Time-stamp: <2008-03-03 22:26:28EST index.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment