From d379dc277755706419132b0a10e0a91bea8d11cd Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 27 Mar 1990 13:14:52 +0000
Subject: [PATCH] Added DEBUG-SOURCE-COMMENT.

---
 code/debug-info.lisp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/code/debug-info.lisp b/code/debug-info.lisp
index 92cb44bde..6f24bb07d 100644
--- a/code/debug-info.lisp
+++ b/code/debug-info.lisp
@@ -320,6 +320,9 @@
   ;; descriptive 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.
   (created nil :type (or unsigned-byte null))
   ;;
-- 
GitLab