X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.lisp;h=5552ffb67f5359084333b919c2a25a568d4ebca4;hb=24be2fb19ccbfb39ee2cfbc2ae3c49f4728c0dc5;hp=35f9f9837c5b8d5037253c53f16c744b105fe6c3;hpb=1d22f7b3d1cc457c5b46c984322d1da4dddde9e1;p=uffi.git diff --git a/src/functions.lisp b/src/functions.lisp index 35f9f98..5552ffb 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -138,8 +138,6 @@ (defmacro def-function (names args &key module returning) - #+(or cmu sbcl scl allegro mcl cormanlisp) (declare (ignore module)) - (multiple-value-bind (lisp-args out processed) (preprocess-args args) (if (= (length out) 0)