Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / tests / union.lisp
index 0990248e5dbee5580a7e108738e7e53748073849..f1f6b781e854af90fbc1178cbfe75d7d425164c8 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 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
 ;;;;
 ;;;; *************************************************************************
 
 (deftest :union.3 (plusp (uffi:get-slot-value *u* 'tunion1 'uint)) t)
 
 
+#-openmcl
 (uffi:def-union foo-u
     (bar :pointer-self))
 
+#-openmcl
 (uffi:def-foreign-type foo-u-ptr (* foo-u))
 
 ;; tests that compilation worked
+#-openmcl
 (deftest :unions.4
   (with-foreign-object (p 'foo-u)
     t)
   t)
 
+#-openmcl
 (deftest :unions.5
     (progn
       (uffi:def-foreign-type foo-union (:union foo-u))