0.7.3.18:
[sbcl.git] / src / code / char.lisp
index e1c7ca7..07ea350 100644 (file)
@@ -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")