diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-04 21:25:25 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-04 21:25:25 +0200 |
commit | 7f823a79c0fcaf85a27db96fbe27b361a2d92ec4 (patch) | |
tree | bbd6c268685c5d20280e0c5d58c34f1986b84b76 | |
parent | 7f0cb5ebae206dd01b9362d06ede6653ea53b553 (diff) |
CLISP compatibility.
darcs-hash:380be59bee93a278e94962821ce9c5be1057d8f1
-rw-r--r-- | Lisp/libobjcl.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index 3313558..5093d91 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -4,8 +4,8 @@ (pushnew (merge-pathnames (make-pathname :directory '(:relative "Objective-C" "shared_obj") - :type :unspecific - :name :unspecific) + :type "" + :name "") (asdf:component-pathname (asdf:find-system '#:objective-cl))) cffi:*foreign-library-directories*) |