Remove old CVS $Id$ keyword
[uffi.git] / tests / foreign-loader.lisp
index f684681e0345fa5226bbbdd52fd84a0b728d0a08..017fbedee1ac3d081dcfbba83f2d5f61736df384 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -26,7 +24,7 @@
           "libz"
           #+(or macosx darwin)
           "z"
-          (list (pathname-directory #.(or *compile-file-truename* *load-pathname*))
+          (list (pathname-directory *load-pathname*)
                 "/usr/local/lib/" #+(or 64bit x86-64) "/usr/lib64/"
                 "/usr/lib/" "/zlib/"))
          :module "zlib"
@@ -38,7 +36,7 @@
 (unless (uffi:load-foreign-library
          (uffi:find-foreign-library
           '(#+(or 64bit x86-64) "uffi-c-test64" "uffi-c-test")
-          (list (pathname-directory #.(or *compile-file-truename* *load-truename*))
+          (list (pathname-directory *load-truename*)
                 "/usr/lib/uffi/"
                 "/home/kevin/debian/src/uffi/tests/"))
          :supporting-libraries '("c")