X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fmcl%2Fobjects.cl;h=db4d53650625d6fb6f525df47b7d47133f5750fd;hb=93d37518cbd27aa8b7f313bb89b9523d5a40ec88;hp=aa776f415b548ca719ff9ddfc5869303b663c6a7;hpb=1cc53427ced49872fe8d0377373dad84751d178b;p=uffi.git diff --git a/src/mcl/objects.cl b/src/mcl/objects.cl index aa776f4..db4d536 100644 --- a/src/mcl/objects.cl +++ b/src/mcl/objects.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: ANSI-Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: UFFI -*- +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: UFFI -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ +;;;; $Id: objects.cl,v 1.6 2002/08/23 15:28:11 kevin 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