Raymond Toy pushed to branch issue-495-describe-deftypes at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/globaldb.lisp
    ... ... @@ -1171,7 +1171,7 @@
    1171 1171
     ;;; Used to record the source-location of definitions.  Despite the
    
    1172 1172
     ;;; type name of "defvar", this holds the location information for
    
    1173 1173
     ;;; defvar, defparameter, and defconstant.  It also has the source
    
    1174
    -;;; location for defstruct and deftype.
    
    1174
    +;;; location for defstruct.
    
    1175 1175
     (define-info-class source-location)
    
    1176 1176
     (define-info-type source-location defvar (or form-numbers null) nil)
    
    1177 1177
     ;; This is used for define-condition.  It could also be used for