Add a stub for %other-pointer-p.
authorStas Boukarev <stassats@gmail.com>
Thu, 16 May 2013 17:08:48 +0000 (21:08 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 16 May 2013 17:08:48 +0000 (21:08 +0400)
commitf3a2cdc53b0e8c329fe56937468931fd84955e26
tree81f2c32c3285ffac14f47524fe0d560ef52d2dcd
parent0a705e49ea94017483b73f9c1e1670b119435bd2
Add a stub for %other-pointer-p.

Otherwise the VOP isn't translated on literal objects, and
sb-sequence:do-sequence stops working on literal vectors. Having a
stub allows constant folding to work.

Reported by adeht on #lisp.
NEWS
src/code/pred.lisp
src/compiler/generic/vm-fndb.lisp