X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Freadtable.lisp;h=c4b711a680a11951878fb2685c6153408d67eddb;hb=d8978f48b6c8b583612f6adbe33d3030f862ef87;hp=615bc984a37f497b68f5f51291a76687c9ac7247;hpb=8d04349cceb4eb25c8782b0c68ed5ffaa60f7d20;p=sbcl.git diff --git a/src/code/readtable.lisp b/src/code/readtable.lisp index 615bc98..c4b711a 100644 --- a/src/code/readtable.lisp +++ b/src/code/readtable.lisp @@ -45,11 +45,11 @@ (def!constant +char-attr-delimiter+ 14) ; (a fake for READ-UNQUALIFIED-TOKEN) (sb!xc:defstruct (readtable (:conc-name nil) - (:predicate readtablep) - ;; ANSI requires a CL:COPY-READTABLE to do - ;; a deep copy, so the DEFSTRUCT-generated - ;; default is not suitable. - (:copier nil)) + (:predicate readtablep) + ;; ANSI requires a CL:COPY-READTABLE to do + ;; a deep copy, so the DEFSTRUCT-generated + ;; default is not suitable. + (:copier nil)) #!+sb-doc "A READTABLE is a data structure that maps characters into syntax types for the Common Lisp expression reader." @@ -66,8 +66,8 @@ ;; constituents. (character-attribute-array (make-array base-char-code-limit - :element-type '(unsigned-byte 8) - :initial-element +char-attr-constituent+) + :element-type '(unsigned-byte 8) + :initial-element +char-attr-constituent+) :type attribute-table) (character-attribute-hash-table (make-hash-table) :type hash-table) ;; The CHARACTER-MACRO-TABLE is a vector of CHAR-CODE-LIMIT