X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fchar.lisp;h=07ea3509613a18184c3f92de5d293079db563faf;hb=860543cc7ba0266e41e1d41ac9b6a208f3795f1a;hp=e1c7ca7db55500626aad97bc83ae4693b9c83d1d;hpb=334af30b26555f0bf706f7157b399bdbd4fad548;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")