X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=strings.lisp;h=9dbe1babdccd7950172033dc0d5c6d9614ff4921;hp=8201a98b2d209fda6cde8a98d4e0d08248fe400b;hb=e9927af19ebf762b2311f296643c00e3aa9cbb00;hpb=e4718cf4751ba0ca9029e30f40b28d17305ed7c3 diff --git a/strings.lisp b/strings.lisp index 8201a98..9dbe1ba 100644 --- a/strings.lisp +++ b/strings.lisp @@ -413,9 +413,9 @@ for characters in a string" (declare (type (integer 0 15) n)) (schar +hex-chars+ n)) -(defconstant +char-code-lower-a+ (char-code #\a)) -(defconstant +char-code-upper-a+ (char-code #\A)) -(defconstant +char-code-0+ (char-code #\0)) +(defconst +char-code-lower-a+ (char-code #\a)) +(defconst +char-code-upper-a+ (char-code #\A)) +(defconst +char-code-0+ (char-code #\0)) (declaim (type fixnum +char-code-0+ +char-code-upper-a+ +char-code-0))