0.9.15.48: more precice unions of array types
[sbcl.git] / src / compiler / fopcompile.lisp
index 42cff0f..7427217 100644 (file)
                            (every #'fopcompilable-p (cdr args))))
                      ;; Likewise for LOCALLY
                      ((locally)
-                      (every #'fopcompilable-p (cdr args)))
+                      (every #'fopcompilable-p args))
                      (otherwise
                       ;; ordinary function calls
                       (and (symbolp operator)