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)