X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Flate-extensions.lisp;h=0062618145fb396071b4081cc4575ff5ca085770;hb=57522083c49215cee67ddd85782b01872f4ec9ce;hp=c4d59f4e05f6fe4678d07b9a3274d349bca1d931;hpb=9d66a077cc98384aa6c1be0d1178b3c82f66e5e8;p=sbcl.git diff --git a/src/code/late-extensions.lisp b/src/code/late-extensions.lisp index c4d59f4..0062618 100644 --- a/src/code/late-extensions.lisp +++ b/src/code/late-extensions.lisp @@ -226,7 +226,8 @@ PLACE. PLACE must be an accessor form whose CAR is the name of a DEFSTRUCT accessor whose declared type is (UNSIGNED-BYTE 32) on 32 bit platforms, -and (UNSIGNED-BYTE 64) on 64 bit platforms. +and (UNSIGNED-BYTE 64) on 64 bit platforms -- the type SB-EXT:WORD can be used +for this purpose. DIFF defaults to 1, and must be a (SIGNED-BYTE 32) on 32 bit platforms, and (SIGNED-BYTE 64) on 64 bit platforms. @@ -245,7 +246,8 @@ PLACE. PLACE must be an accessor form whose CAR is the name of a DEFSTRUCT accessor whose declared type is (UNSIGNED-BYTE 32) on 32 bit platforms, -and (UNSIGNED-BYTE 64) on 64 bit platforms. +and (UNSIGNED-BYTE 64) on 64 bit platforms -- the type SB-EXT:WORD can be used +for this purpose. DIFF defaults to 1, and must be a (SIGNED-BYTE 32) on 32 bit platforms, and (SIGNED-BYTE 64) on 64 bit platforms.