X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fchar.lisp;h=07ea3509613a18184c3f92de5d293079db563faf;hb=8731c1a7c1a585d190151fa881050fb5e14c0616;hp=e1c7ca7db55500626aad97bc83ae4693b9c83d1d;hpb=50462f68bf70faf0bd96de7517643afb740543e6;p=sbcl.git diff --git a/src/code/char.lisp b/src/code/char.lisp index e1c7ca7..07ea350 100644 --- a/src/code/char.lisp +++ b/src/code/char.lisp @@ -12,6 +12,6 @@ (in-package "SB!IMPL") -(defconstant sb!xc:char-code-limit 256 +(def!constant sb!xc:char-code-limit 256 #!+sb-doc "the upper exclusive bound on values produced by CHAR-CODE")