r10106: Automated commit for Debian build of uffi upstream-version-1.4.28
[uffi.git] / src / functions.lisp
index 35f9f9837c5b8d5037253c53f16c744b105fe6c3..5552ffb67f5359084333b919c2a25a568d4ebca4 100644 (file)
 
 
 (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)