X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fmcl%2Fobjects.cl;h=04ac156d5ea8eb9b341514f2a6f09166d22371da;hb=334e4fc54c9f7cbf3a3db584102d6108f9638ebe;hp=9e025b454effd8d90a0621fe2cbbf3658381c73a;hpb=5bd05c7e835ff4ce78e6eb9c928a6f71471ce528;p=uffi.git diff --git a/src/mcl/objects.cl b/src/mcl/objects.cl index 9e025b4..04ac156 100644 --- a/src/mcl/objects.cl +++ b/src/mcl/objects.cl @@ -1,15 +1,16 @@ -;;;; -*- Mode: ANSI-Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: UFFI -*- +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: UFFI -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: objects.cl ;;;; Purpose: UFFI source to handle objects and pointers -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.1 2002/04/04 05:02:27 desoi 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 ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -28,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