Avoid "recursion in known function definition" warning.
commitf5c117c478a82983d7492d62388cfa3283e0780b
authorDouglas Katzman <dougk@google.com>
Mon, 26 Dec 2016 11:08:49 +0000 (26 06:08 -0500)
committerDouglas Katzman <dougk@google.com>
Mon, 26 Dec 2016 11:11:17 +0000 (26 06:11 -0500)
treedce0bc1f3dcf7e0208163d7cb45be3dfe0e31721
parent9650822afd75efe3f2b6dbd47c4f72b2329d63bc
Avoid "recursion in known function definition" warning.

Change 58829d6d removed SET-FUN-SUBTYPE, and henceforth it was wrong
to compile a call to (SETF FUN-SUBTYPE) without a vop translation.
Strangely, only some platforms warned about it. That's a bug.
src/code/kernel.lisp
src/compiler/generic/vm-fndb.lisp