X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fobjects.lisp;h=51a9ce5977ecaab6929502dc3588ca3938d62d08;hb=438c1aab549781622a1decfcce83c045ebd79e43;hp=02928bd84200193e6fe4d6e8637cb5aa8c02d1a6;hpb=6f8fd4b148031341829086bc663bad4143317d59;p=uffi.git diff --git a/src/objects.lisp b/src/objects.lisp index 02928bd..51a9ce5 100644 --- a/src/objects.lisp +++ b/src/objects.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.lisp,v 1.11 2003/03/31 19:22:24 kevin Exp $ +;;;; $Id: objects.lisp,v 1.12 2003/05/30 18:46:45 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -119,11 +119,11 @@ an array of TYPE with size SIZE. The TYPE parameter is evaluated." #+mcl (defsetf deref-pointer deref-pointer-set) -#+(or lispworks (and mcl (not openmcl))) ;; with LW, deref is a character +#+(or (and mcl (not openmcl))) ;; with LW, deref is a character (defmacro ensure-char-character (obj) obj) -#+(or allegro cmu sbcl scl openmcl) +#+(or allegro lispworks cmu sbcl scl openmcl) (defmacro ensure-char-character (obj) `(code-char ,obj))