*features* support for the reader
[jscl.git] / src / lambda-list.lisp
index d706d50..34f7419 100644 (file)
 ;;; defmacro to avoid a circularity. So just define the macro function
 ;;; explicitly.
 
-#+common-lisp
+#-jscl
 (defmacro !destructuring-bind (lambda-list expression &body body)
   (apply #'!expand-destructuring-bind lambda-list expression body))