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

Added DEBUG-SOURCE-COMMENT.

parent 329169f7
No related branches found
No related tags found
No related merge requests found
...@@ -320,6 +320,9 @@ ...@@ -320,6 +320,9 @@
;; descriptive string. ;; descriptive string.
(name nil :type (or pathname list simple-string)) (name nil :type (or pathname list simple-string))
;; ;;
;; FILE-COMMENT for this file, or NIL if none (or not from a file.)
(comment nil :type (or simple-string null))
;;
;; The universal time that the source was written, or NIL if unavailable. ;; The universal time that the source was written, or NIL if unavailable.
(created nil :type (or unsigned-byte null)) (created nil :type (or unsigned-byte null))
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment