r2246: *** empty log message ***
[uffi.git] / src / mcl / objects.cl
index aa776f415b548ca719ff9ddfc5869303b663c6a7..04ac156d5ea8eb9b341514f2a6f09166d22371da 100644 (file)
@@ -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.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