r9902: * sql/metaclasses.lisp: Fix inline declaration (reported by
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 19 Aug 2004 19:04:59 +0000 (19:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 19 Aug 2004 19:04:59 +0000 (19:04 +0000)
        Cyrus Harmon)

sql/metaclasses.lisp

index 7980e325edcf6737aefb3d2f3ec5b7e93a9db9ea..bb02da3899c849151288056ac2080f06ea0532d4 100644 (file)
@@ -423,7 +423,7 @@ which does type checking before storing a value in a slot."
       (car list)
       list))
 
-(declaim (inline delistify))
+(declaim (inline delistify-dsd))
 (defun delistify-dsd (list)
   "Some MOPs, like openmcl 0.14.2, cons attribute values in a list."
   (if (and (listp list) (null (cdr list)))