[cl-gsl-cvs] CVS update: cl-gsl/ffi.lisp
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Mon May 16 01:29:37 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv420
Modified Files:
ffi.lisp
Log Message:
Add random-number-generator foreign types.
Date: Mon May 16 03:29:36 2005
Author: edenny
Index: cl-gsl/ffi.lisp
diff -u cl-gsl/ffi.lisp:1.6 cl-gsl/ffi.lisp:1.7
--- cl-gsl/ffi.lisp:1.6 Sun May 1 00:34:25 2005
+++ cl-gsl/ffi.lisp Mon May 16 03:29:36 2005
@@ -140,6 +140,9 @@
(size-t-ptr '(* size-t))
(gsl-permutation-ptr '(* gsl-permutation-struct))
+
+ (gsl-rng-type-ptr '(* :void))
+ (gsl-rng-ptr '(* :void))
))))
(register-foreign-types)
More information about the Cl-gsl-cvs
mailing list