Fixed typo

This commit is contained in:
jjgarcia 2003-09-22 07:51:34 +00:00
parent 91c95f41cf
commit 018224ae87

View file

@ -380,8 +380,8 @@
(c1expr `(the fixnum (ldb1 ,size ,pos ,(second args))))))
(put-sysprop 'ldb1 :INLINE-ALWAYS
'((fixnum fixnum fixnum) fixnum nil nil
"((((~(-1 << (#0))) << (#1)) & (#2)) >> (#1))"))
'(((fixnum fixnum fixnum) fixnum nil nil
"((((~(-1 << (#0))) << (#1)) & (#2)) >> (#1))")))
;----------------------------------------------------------------------