Don't warn when #'(setf fun) is used in the presence of a setf-macro.
authorStas Boukarev <stassats@gmail.com>
Fri, 8 Nov 2013 20:26:44 +0000 (00:26 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 8 Nov 2013 20:26:44 +0000 (00:26 +0400)
commit711f75f20284c41f53485fda882fc7cc9e8e930f
tree7ca62157488a17a7aeda3a957ddba001f5bec444
parent99e23fa74844ef606b7f3f33768eab6466c9dfef
Don't warn when #'(setf fun) is used in the presence of a setf-macro.

Warn only when defining such a function, not when using it.

Reported by Douglas Katzman.
src/compiler/ir1tran.lisp
tests/compiler.impure.lisp