X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Frun-examples.lisp;h=3df9206980d53b298d568dd258efc7ae250121d7;hb=e0f5a9b35708481bb640718f8ecd837cf4ae69f5;hp=7e80a3fd99d9d7a90051941af97ed3a5102e9e67;hpb=a95b9a217335917d96b8c0cced4f49c3e4846115;p=uffi.git diff --git a/examples/run-examples.lisp b/examples/run-examples.lisp index 7e80a3f..3df9206 100644 --- a/examples/run-examples.lisp +++ b/examples/run-examples.lisp @@ -7,13 +7,10 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: run-examples.lisp,v 1.1 2002/09/30 10:02:36 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; -;;;; UFFI users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* #-uffi (asdf:oos 'asdf:load-op :uffi) @@ -21,7 +18,7 @@ (pushnew :examples-uffi cl:*features*) (flet ((load-test (name) - (load (make-pathname :defaults *load-truename* :name name)))) + (load (make-pathname :defaults *load-truename* :name name)))) (load-test "c-test-fns") (load-test "arrays") (load-test "union") @@ -36,4 +33,4 @@ (setq cl:*features* (remove :examples-uffi cl:*features*)) - +