X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-setf.lisp;h=74a3a43a4a82f02f3e180ec4abab9f4ee1e98031;hb=54da325f13fb41669869aea688ae195426c0e231;hp=3cddab43f5904ec4a489a441072a99400f9cfff7;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/code/early-setf.lisp b/src/code/early-setf.lisp index 3cddab4..74a3a43 100644 --- a/src/code/early-setf.lisp +++ b/src/code/early-setf.lisp @@ -541,8 +541,8 @@ (sb!xc:define-setf-expander ldb (bytespec place &environment env) #!+sb-doc "The first argument is a byte specifier. The second is any place form - acceptable to SETF. Replace the specified byte of the number in this - place with bits from the low-order end of the new value." +acceptable to SETF. Replace the specified byte of the number in this +place with bits from the low-order end of the new value." (declare (type sb!c::lexenv env)) (multiple-value-bind (dummies vals newval setter getter) (sb!xc:get-setf-expansion place env) @@ -572,8 +572,8 @@ (sb!xc:define-setf-expander mask-field (bytespec place &environment env) #!+sb-doc "The first argument is a byte specifier. The second is any place form - acceptable to SETF. Replaces the specified byte of the number in this place - with bits from the corresponding position in the new value." +acceptable to SETF. Replaces the specified byte of the number in this place +with bits from the corresponding position in the new value." (declare (type sb!c::lexenv env)) (multiple-value-bind (dummies vals newval setter getter) (sb!xc:get-setf-expansion place env)