From fe0f2741a3d8a9b74d7a7c4c5ff1e21143b15bb4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 10 Jul 2002 02:26:32 +0000 Subject: [PATCH] r2210: *** empty log message *** --- src/objects.cl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) ) -- 2.34.1