r9285: 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[clsql.git] / sql / classes.lisp
index 9e2338cb9731bfd292713afcb4bb38f8d1727299..aa7a185fd86d079f8f6545253826bd5c57db0bc4 100644 (file)
@@ -679,6 +679,7 @@ uninclusive, and the args from that keyword to the end."
 
 ;; Here's a real warhorse of a function!
 
+(declaim (inline listify))
 (defun listify (x)
   (if (atom x)
       (list x)