X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fmcl%2Fobjects.cl;h=04ac156d5ea8eb9b341514f2a6f09166d22371da;hb=00611b4cf8bae33b1db2d048b589c7505b0abfb1;hp=e881e8d184faec22458e146e5c8ad2396cb79bcf;hpb=f83d9af1a5b3ec07bce41a7552b36134f5342b87;p=uffi.git diff --git a/src/mcl/objects.cl b/src/mcl/objects.cl index e881e8d..04ac156 100644 --- a/src/mcl/objects.cl +++ b/src/mcl/objects.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.3 2002/04/06 19:45:14 kevin Exp $ +;;;; $Id: objects.cl,v 1.4 2002/04/23 00:33:52 desoi Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and John DeSoi @@ -29,7 +29,7 @@ (let ((mcl-type (ccl:find-mactype type nil t))) (if mcl-type (ccl::mactype-record-size mcl-type) - (ccl:record-length (ccl:find-record-descriptor type t t)) ) ) ) ;error if not a record + (ccl::record-descriptor-length (ccl:find-record-descriptor type t t)) ) ) ) ;error if not a record ; trap macros don't work right directly in the macros