From: Kevin M. Rosenberg Date: Wed, 10 Jul 2002 02:26:32 +0000 (+0000) Subject: r2210: *** empty log message *** X-Git-Tag: v1.6.1~355 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=fe0f2741a3d8a9b74d7a7c4c5ff1e21143b15bb4;p=uffi.git r2210: *** empty log message *** --- 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)) )