X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fobjects.cl;h=377a0779c5de864ec290a0119ca188086dc5c54d;hb=43a09c901590a99761fe6a416c7144063e2b75f4;hp=fd5ac67d55c6497deb05f29adef20c7d52747748;hpb=b0b263f7735028b6198593365c8285a6367882af;p=uffi.git diff --git a/src/objects.cl b/src/objects.cl index fd5ac67..377a077 100644 --- a/src/objects.cl +++ b/src/objects.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.19 2002/06/28 21:08:00 kevin Exp $ +;;;; $Id: objects.cl,v 1.20 2002/07/10 02:26:32 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -59,6 +59,7 @@ an array of TYPE with size SIZE. The TYPE parameter is evaluated." #+lispworks `(fli:size-of ,type) #+allegro `(ff:sizeof-fobject ,type) #+cmu `(alien:alien-size ,type) + #+clisp `(values (ffi:size-of ,type)) )