Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / examples / run-examples.lisp
index 7e80a3fd99d9d7a90051941af97ed3a5102e9e67..3837db9e951065eb93db2b67ae660fd905931515 100644 (file)
@@ -7,13 +7,8 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: run-examples.lisp,v 1.1 2002/09/30 10:02:36 kevin Exp $
+;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002 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 +16,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 +31,4 @@
 (setq cl:*features* (remove :examples-uffi cl:*features*))
 
 
-      
+