Fixed typo.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-02-15 13:19:04 +01:00
parent 75d0ea3434
commit 85cf59cee6

View file

@ -87,7 +87,7 @@
(otherwise
(let* ((*inline-blocks* 0)
(*temp* *temp*)
(function-p (and (subtypep (c1form-type form) 'function)
(function-p (and (subtypep (c1form-primary-type form) 'function)
(policy-assume-right-type))))
(unless loc
(setf loc (maybe-save-value form args)))