Missing argument to LOGAND

This commit is contained in:
Juan Jose Garcia Ripoll 2012-12-18 21:36:46 +01:00
parent 8b02d96774
commit ddc7080758

View file

@ -75,7 +75,7 @@
;;; TYPE PROPAGATION
;;;
(def-type-propagator logand (&rest args)
(def-type-propagator logand (fname &rest args)
(values args
(if args
(dolist (int-type '((UNSIGNED-BYTE 8) FIXNUM) 'integer)