X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi-loader.lisp;h=8b12cc8e9163321a036dbd9300bb50536575060c;hb=83b09c87d38cdaf7ce3da8d5a20aa8c5ee4505bc;hp=6a286a945e342eba0288912d7558fdc494e6bc87;hpb=0b757e652eda05d8d824438d925665f17e764d93;p=clsql.git diff --git a/uffi/clsql-uffi-loader.lisp b/uffi/clsql-uffi-loader.lisp index 6a286a9..8b12cc8 100644 --- a/uffi/clsql-uffi-loader.lisp +++ b/uffi/clsql-uffi-loader.lisp @@ -50,16 +50,3 @@ well as any of the filenames in any of the clsql:*foreign-library-search-paths*" "Used only by CMU. List of library flags needed to be passed to ld to load the MySQL client library succesfully. If this differs at your site, set to the right path before compiling or loading the system.") - -(defvar *uffi-library-loaded* nil - "T if foreign library was able to be loaded successfully") - -(defun load-uffi-foreign-library () - (clsql:push-library-path clsql-uffi-system::*clsql-uffi-library-dir*) - (find-and-load-foreign-library *clsql-uffi-library-filenames* - :module "clsql-uffi" - :supporting-libraries - *clsql-uffi-supporting-libraries*) - (setq *uffi-library-loaded* t)) - -(load-uffi-foreign-library)