mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Missing argument to LOGAND
This commit is contained in:
parent
8b02d96774
commit
ddc7080758
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue