Skip to content
Snippets Groups Projects
Commit 1c31ddd4 authored by ram's avatar ram
Browse files

Changed TYPE PRINTER to allow symbols.

parent ea9a5cb4
No related branches found
No related tags found
No related merge requests found
......@@ -1020,7 +1020,7 @@
(define-info-type type expander (or function null) nil)
;;; Print function for a type.
(define-info-type type printer (or function null) nil)
(define-info-type type printer (or function symbol null) nil)
;;; Defstruct description information for a structure type. DEFINED is the
;;; current global definition, and is not shadowed by compilation of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment