Silence some more forms that cannot be type propagated.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-08-25 22:40:16 +02:00
parent 24eb6a44bc
commit adb519d6f0

View file

@ -228,6 +228,8 @@
(function . p1trivial)
(funcall . p1trivial)
(load-time-value . p1trivial)
(make-form . p1trivial)
(init-form . p1trivial)
(c::with-stack . p1with-stack)
(c::stack-push-values . p1stack-push-values)
(sys::structure-set . p1structure-set)