cdb: fix declaration

This commit is contained in:
Daniel Kochmański 2017-01-28 18:14:06 +01:00 committed by Daniel Kochmanski
parent 851dc899eb
commit da4669d792

View file

@ -73,7 +73,7 @@
(ash (read-byte stream) 24)))
(defun write-word (byte stream)
(declare (type (unsigned-byte 32) byte)
(declare (type :uint32-t byte)
(stream stream)
(optimize speed (safety 0)))
(write-byte (logand #xff byte) stream)