X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fclasses.lisp;h=aa7a185fd86d079f8f6545253826bd5c57db0bc4;hp=9e2338cb9731bfd292713afcb4bb38f8d1727299;hb=d5e70925c53fceafcbf9acce87a4c20ca03dc817;hpb=388e813f22e5443353299e4058b99747ccb42377 diff --git a/sql/classes.lisp b/sql/classes.lisp index 9e2338c..aa7a185 100644 --- a/sql/classes.lisp +++ b/sql/classes.lisp @@ -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)