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

Changed the DEBUG-SOURCE-NAME to be of any type, since it can be the

form passed to eval.
parent a4f4c83b
No related branches found
No related tags found
No related merge requests found
......@@ -323,9 +323,9 @@
;; :Stream - from a non-file stream (Compile-From-Stream)
(from nil :type (member :file :stream :lisp))
;;
;; If :File, the file name, if :Lisp, the lambda compiled, otherwise some
;; descriptive string.
(name nil :type (or pathname list simple-string))
;; If :File, the file name, if :Lisp, the form evaluated/compiled, otherwise
;; some descriptive string. When from COMPILE, this is #'(LAMBDA ...).
(name nil)
;;
;; File comment for this file, if any.
(comment nil :type (or simple-string null))
......
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